Orders Report
@if(isset($orders) && count($orders)>0)
@if($orderType=='live_orders')
@include('admin.report.table.live_orders')
@else
@include('admin.report.table.orders')
@endif
@endif