@extends('layouts.adminapp') @section('title') {{__('lng.Country')}} - {{__('lng.Create')}} @endsection @section('active_registration','active') @section('open_registration','open') @section('open_field_create','open') @section('active_field_create','active') @section('content')

{{__('lng.Country')}}

@csrf
{{__('lng.CreateCountry')}}
@error('title')
{{ $message }}
@enderror
@endsection