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

Edit Country

Update country information and codes.

@error('name')

{{ $message }}

@enderror
@error('iso2')

{{ $message }}

@enderror
@error('iso3')

{{ $message }}

@enderror
+
@error('phone_code')

{{ $message }}

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