|
|
|
@ -41,7 +41,7 @@
|
|
|
|
value="{{ sprintf("%02d",$i)}}" @if(sprintf("%02d",$i) == request()->date) {{ "selected" }}@endif>{{sprintf("%02d",$i)}}</option>
|
|
|
|
value="{{ sprintf("%02d",$i)}}" @if(sprintf("%02d",$i) == request()->date) {{ "selected" }}@endif>{{sprintf("%02d",$i)}}</option>
|
|
|
|
@endfor
|
|
|
|
@endfor
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<select class="form-control mr-1" name="status" onchange="$(this).closest('form').submit()">
|
|
|
|
<select class="form-control mr-1" name="status" onchange="$(this).closest('form').submit()">
|
|
|
|
@foreach($order_status_list as $key=>$mm)
|
|
|
|
@foreach($order_status_list as $key=>$mm)
|
|
|
|
<option value="{{$key}}" @if($key == $status) {{ "selected" }}@endif>{{$mm}}</option>
|
|
|
|
<option value="{{$key}}" @if($key == $status) {{ "selected" }}@endif>{{$mm}}</option>
|
|
|
|
|