Change Company
{!! Form::open(['route' => ['companies.branches.update.company', $companyBranch->id], 'method' => 'PATCH', 'class' => 'form-horizontal', 'id' => 'changeBranchCompanyForm']) !!}
{{ Form::label('company_id', 'Select Company', ['class' => 'col-md-2 col-form-label']) }}
{{ Form::select( //SELECT FORM 'company_id', //name $companiesList, '', //value ['id' => 'company_id', 'class' => 'form-control', 'data-toggle' => 'select2', 'required'] //attributes ) }}
{!! Form::close() !!}