@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Attendance Report
@csrf
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
{{-- ////// --}}
{{ $errors->first('user') }}
{{--
--}} {{--
--}}
{{ $errors->first('date_from') }}
{{--
--}} {{--
--}}
{{ $errors->first('date_to') }}
@endsection @push('custom_css') @endpush @push('custom_js') @endpush