@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Employee Requests
@csrf
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
{{ $errors->first('title') }}
{{ $errors->first('leave_type') }}
{{--
{{ $errors->first('start_date') }}
{{ $errors->first('end_date') }}
--}}
Please select a valid start date and time.
Please select a valid end date and time.
{{ $errors->first('leave_reasons') }}
{{ $errors->first('no_of_days') }}
@endsection @push('custom_js') @endpush