Assign Department
{{-- Success alert --}}
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
{{-- Form Start --}}
{{-- head select --}}
{{-- employee select --}}
{{-- --}}
@endsection
@section('content')
@endsection