@extends("admin.template.layout") @section('header') @endsection @section('content') @php $from = null; $to = null; if(request()->get('from')){ $from = request()->get('from'); } if(request()->get('to')){ $to = request()->get('to'); } @endphp
{{$mode ?? $page_heading}}
Total Earning

{{$totalEarning}}

Paid Earning

{{$paidEarning}}

# Booking# Quoted Amount Customer Created At Action
@stop @section('script') @stop