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

Edit State / Province

Update information for {{ $state->name }}.

@error('country_id')

{{ $message }}

@enderror
@error('name')

{{ $message }}

@enderror
@error('code')

{{ $message }}

@enderror
active) ? 'checked' : '' }} class="w-5 h-5 text-blue-600 border-gray-300 rounded focus:ring-blue-500">
Cancel
@endsection @push('scripts') @endpush