@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Advance Request
@csrf
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
@endsection @push('custom_js') @endpush