@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name')) @section('breadcrumb', isset($page_title) ? $page_title : '')
@forelse ($country_list as $country_data) @empty @endforelse
# Country Image Action
{{ $country_list->firstItem() + $loop->index }} {{ $country_data->country }} {{ $country_data->country }}
@if ($edit_id)
@error('image') {{ $message }} @enderror
@if ($edit_id) @else @endif
@endif