@forelse ($addresses as $address)
{!! Form::hidden('modification_ids[]', $address['modification_id']) !!}
{!! Form::select('country_id', $countries->prepend('Select Country', ''), @$address['country_id'], ['class' => 'form-control', 'data-kt-select2' => 'true', 'disabled']) !!}
@isset($address['modification_id'])
@endisset
@empty @endforelse