@extends('admin.layouts.master') @section('title', '編輯訓練計畫分類 - 管理員') @section('body')
@include('admin.message')

{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.BundleCategory') }}


{{ csrf_field() }} {{ method_field('PUT') }}
  • status ? 'checked' : '' }}>

  • @endsection @section('scripts') @endsection