@extends('admin.layout') @section('content')
country {{ $country->id }}
{{ method_field('DELETE') }} {{ csrf_field() }}


ID{{ $country->id }}
Name {{ $country->name }}
Code {{ $country->code }}
Nationality {{ $country->nationality }}
@endsection