@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Country
@csrf
{{ $errors->first('name') }}
{{ $errors->first('currency') }}
{{ $errors->first('tax') }}
{{ $errors->first('srt') }}
{{ $errors->first('ecal') }}
{{ $errors->first('fnpf') }}
@endsection @push('custom_js') @endpush