@extends('layouts.admin') @section('title', 'Add State / Province') @section('page_title', 'Add State / Province') @section('content')
Back to States
@csrf

State Details

Create a new state or province associated with a country.

@error('country_id')

{{ $message }}

@enderror
@error('name')

{{ $message }}

@enderror
@error('code')

{{ $message }}

@enderror
Cancel
@endsection @push('scripts') @endpush