@foreach ($countries as $country) @endforeach
{{ Lang::line('platform/localisation::countries/table.name') }} {{ Lang::line('platform/localisation::countries/table.iso_code_2') }} * Action
--
{{ $country['name'] }} {{ $country['iso_code_2'] }} {{ Lang::line('button.edit') }} @if ($default_country != $country['iso_code_2']) {{ Lang::line('button.delete') }} @endif