{!! Form::label('from_date', 'From Date') !!}
{!! Form::date('from_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'from_date']) !!}
{!! Form::label('to_date', 'To Date') !!}
{!! Form::date('to_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'to_date']) !!}
{!! Form::label('Branch affiliation', 'Branch.Affiliation') !!}
{!! Form::select('branch_affiliation', $branch_affiliations, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 142px;', 'id' => 'branch_affiliation']) !!}
{!! Form::label('category', 'Category') !!}
{!! Form::select('category', $categories, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 100px;', 'id' => 'category']) !!}
{!! Form::button('Search',['class' => 'btn btn-primary btn-order-search', 'id'=> 'search_btn']) !!}
{!! Form::button('Reset',['class' => 'btn btn-danger btn-order-search', 'id'=> 'reset_btn']) !!}