@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent @php use Illuminate\Support\Carbon; @endphp
Tax Report
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
{{ $errors->first('user') }}
@include('employer.report.table.tax_list_table')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush