@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Departments
@foreach ($departments as $department) @endforeach
Sl # Department Branch Status Actions
{{ $loop->iteration }} {{ $department->dep_name }} @isset($department->branch->name) {{ $department->branch->name }} @endisset status ? 'checked' : '' }}>
@csrf @method('DELETE')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush