@if ($request->user_type == 1)
{{ __('merchant.title') }} {{ __('reports.title') }}
@elseif ($request->user_type == 2)
{{ __('hub.title') }} {{ __('reports.title') }}
@elseif ($request->user_type == 3)
{{ __('deliveryman.title') }} {{ __('reports.title') }}
@endif
{{ __('levels.date') }} : {{ dateFormat(date('Y-m-d')) }}
@if ($request->user_type == 1)
@include('backend.reports.merchant-hub-deliveryman.merchant')
@elseif($request->user_type == 2)
@include('backend.reports.merchant-hub-deliveryman.hub')
@elseif($request->user_type == 3)
@include('backend.reports.merchant-hub-deliveryman.deliveryman')
@endif