@extends('layouts.admin') @section('content')

Orders Report

@csrf
Custom Client Report @if(isset($selectedClient) && $selectedClient!='*') Generate Custom Link @endif
@if(isset($orders) && count($orders)>0) @if($orderType=='live_orders') @include('admin.report.table.live_orders') @else @include('admin.report.table.orders') @endif @endif
@endsection @section('footer') @endsection