@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 $startDate = $hasVendor ? null : null; $endDate = $hasVendor ? null : null; @endphp
@php $expires_30_day = now()->addDays(30)->format('Y-m-d'); $expired = now()->format('Y-m-d'); @endphp Open 30 Days+ Open 60 Days+ Open 90 Days+

Expense

@if(getAuthMemberId() == 28)
@endif
@if(getAuthMemberId() == 28) Driver Pay @else Driver Pay @endif

{!! $dataTable->table() !!}
{{--