{{ csrf_field() }}
@include('layouts.components.select_field', [
'col' => 4,
'name' => 'branch_id[]',
'options' => App\Models\Common::userProjectsModuleWise(),
'label' => __('lang.project'),
'multiple' => true,
'hasDefaultOption' => false
])
@include('layouts.components.date_field', [
'col' => 4,
'name' => 'from',
'label' => __('lang.from'),
])
@include('layouts.components.date_field', [
'col' => 4,
'name' => 'to',
'label' => __('lang.to'),
])
{{--
--}}