@foreach ($countries as $country) @endforeach
{{ __('lang.name') }} {{ __('lang.actions') }}
{{ $country->name }} @if (auth()->user()->can('update countries')) @endif @if (auth()->user()->can('delete countries')) @endif