@extends('admin.index') @section('content') @push('css') @endpush

{{__('Create Country')}}

Create a new Country

@include('admin.layouts.message')
@csrf
@error('name') {{ $message }} @enderror
@error('currency') {{ $message }} @enderror
@push('js') @endpush @endsection