@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Department
@csrf
{{ $errors->first('dep_name') }}
{{-- Athulya 08-05-2024 --}}
{{ $errors->first('business') }}
{{-- Athulya 08-05-2024 --}}
{{-- --}}
{{ $errors->first('name') }}
@endsection @push('custom_js') @endpush