@include('v2.admin.global.date', [
'name'=> 'date_from',
'id'=> 'date_from',
'cls'=> 'date-picker form-control-sm',
'serial'=> 1,
'value'=> date('d-m-Y')
])
TO
@include('v2.admin.global.date', [
'name'=> 'date_to',
'id'=> 'date_to',
'cls'=> 'date-picker form-control-sm',
'serial'=> 2,
'value'=> date('d-m-Y')
])
@if (isset($type) && $type != 1)
@endif
@foreach ($categories as $cat)
@endforeach
All
{{ $cat->name_eng }}