@extends('layouts.app-admin') @section('content')

Add Country

Add Country
{!! csrf_field() !!}
@error('name') {{ $message }} @enderror
@endsection