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

{{ __('Add New Country') }}

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