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