{!! Form::label('Branch affiliation', 'Branch.Affiliation ' ) !!}
{!! Form::select('branch_affiliation', $branch_affiliations, null , ['class' => 'form-control desktop_b_type_select2', 'style' => 'width: 120px;', 'id' => 'branch_affiliation']) !!}
{!! Form::label('Search', 'Search(Name, Email, Org Name, Phone)') !!}
{!! Form::text('search', null , ['class' => 'form-control', 'id' => 'search']) !!}
{!! Form::label('signup_ref', 'Sign up ref.') !!}
{!! Form::select('signup_ref', $refs , ['class' => 'form-control desktop_b_type_select2', 'id' => 'signup_ref']) !!}
{!! 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::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']) !!}
{{-- --}}