@extends('adminlte::page') @section('title', 'Add New Country') @section('content_header')

Edit Country

@stop @section('content')

Edit Country

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('phone_code')
{{ $message }}
@enderror
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop