@extends('layouts.master') @section('style') @endsection @section('content') @php $PayType = config('custom.PayType'); $states = config('custom.states'); $driverType = config('custom.driverType'); $bad_zone = config('custom.bad_zone'); $vendors = config('custom.vendors'); $repairTypes = config('custom.repairTypes'); @endphp
@php // Default to first and last day of current month if not set in request $startDate = request()->get('start_date') ? now()->startOfMonth()->format('Y-m-d') : ''; $endDate = request()->get('end_date') ? now()->endOfMonth()->format('Y-m-d'):''; @endphp {{--
 
--}}

Driver Pay Expense

{!! $dataTable->table() !!}
@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()