@extends('admin.layouts.app') @section('title', 'Country') @section('content')
@foreach ($countries as $index => $country) @endforeach
# Country Status Action
{{ $index + 1 }} {{ $country->Name }}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush