{!! Form::select("country_id",$countries, isset($coffe_table) ? optional(@$coffe_table->branch->city)->country_id : null, ['class' => 'select2 form-control' , 'placeholder' => trans('dashboard.country.country') , 'onchange' => 'getCities(this.value)']) !!}