@extends('layouts.master') @section('title') @lang('translation.Departments') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Admin @endslot @slot('title') {{ isset($department) ? 'Edit Department' : 'New Department' }} @endslot @endcomponent
{{ isset($department) ? 'Edit Department' : 'Create New Department' }}
Back to List
@csrf @if(isset($department)) @method('PUT') @endif
Please select a branch.
Please provide a valid department name.
active ?? true)) ? 'checked' : '' }}>
Cancel
@endsection @section('script') @endsection @section('script-bottom') @endsection