@extends('layouts.master') @section('styles') @endsection @section('content')

Report Management / @if($requestType=='daily-execution-report') Day Wise Execution Report @else Monthly Execution Report @endif @php if($type=='summary'){ echo '(Summary)'; }else{ echo '(Detailed)'; } @endphp

@if($requestType=='daily-execution-report') Day @else Month @endif Wise

@if($requestType=='daily-execution-report')
@else
@endif

Select Order Type

@foreach (config('constant.OrderType') as $typeKey=>$typeVal)
@endforeach

Additional Filters

@endsection @section('scripts') @endsection