@extends('app-new') @push('content-header') @endpush @section('content')

{{ $isEdit ? 'Update country details' : 'Create a new country' }}

Fields mirror the legacy portal form with explicit status control.
@csrf @if($method !== 'post') @method($method) @endif
@error('name')
{{ $message }}
@enderror
@error('code')
{{ $message }}
@enderror
@error('dial_code')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Cancel
@endsection