@extends('admin.layouts.app', ['activePage' => 'country', 'titlePage' => __('Edit Country')]) @section('content')
@csrf @method('put')

{{ __('Edit Country') }}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection @push('js') @endpush