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