@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Payroll Report
{{-- --}}
@if(session('message'))
{{ session('message') }}
@endif
@csrf
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
{{-- ////// --}}
{{ $errors->first('user') }}
{{--
{{ $errors->first('user') }}
--}}
{{ $errors->first('start_date') }}
{{ $errors->first('end_date') }}
{{-- @if($keyword == 'list')
@include('employer.report.table.payroll_list_table')
@elseif($keyword == 'search')
@include('employer.report.payroll_list_filter')
@endif--}}
@endsection @push('custom_css') @endpush @push('custom_js') @endpush