Add Staff To Branch
{!! Form::open(['route' => ['companies.branches.add.staff', $companyBranch->id], 'method' => 'PATCH', 'class' => 'form-horizontal', 'id' => 'addStaffToBranchForm']) !!}
{{ Form::label('company_staff_id', 'Select Company Staff', ['class' => 'col-md-2 col-form-label']) }}
{{ Form::select( //SELECT FORM 'company_staff_id', //name $otherStaff, '', //value ['id' => 'company_staff_id', 'class' => 'form-control', 'data-toggle' => 'select2', 'required'] //attributes ) }}
{!! Form::close() !!}