@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

Expense

@if(getAuthMemberId() == 28)
@endif
{!! $dataTable->table() !!}
{{--