@lang('app.editVisa')
×
--
@foreach ($countries as $item)
country_id == $item->id) selected @endif data-tokens="{{ $item->iso3 }}" data-content="
{{ $item->nicename }}" value="{{ $item->id }}">{{ $item->nicename }}
@endforeach
alert_before_months == 0) selected @endif>@lang('app.noAlert')
alert_before_months == 1) selected @endif>1 @lang('app.month')
alert_before_months == 2) selected @endif>2 @lang('app.monthPlural')
alert_before_months == 3) selected @endif>3 @lang('app.monthPlural')
alert_before_months == 4) selected @endif>4 @lang('app.monthPlural')
alert_before_months == 5) selected @endif>5 @lang('app.monthPlural')
alert_before_months == 6) selected @endif>6 @lang('app.monthPlural')
alert_before_months == 7) selected @endif>7 @lang('app.monthPlural')
alert_before_months == 8) selected @endif>8 @lang('app.monthPlural')
alert_before_months == 9) selected @endif>9 @lang('app.monthPlural')
alert_before_months == 10) selected @endif>10 @lang('app.monthPlural')
alert_before_months == 11) selected @endif>11 @lang('app.monthPlural')
alert_before_months == 12) selected @endif>12 @lang('app.monthPlural')