@extends('layouts.admin') @section('title', 'Add Country') @section('page_title', 'Add Country') @section('content')
Back to Countries
@csrf

Country Details

Enter the basic info for the new country.

@error('name')

{{ $message }}

@enderror
@error('iso2')

{{ $message }}

@enderror
@error('iso3')

{{ $message }}

@enderror
+
@error('phone_code')

{{ $message }}

@enderror
Cancel
@endsection