@extends('layouts/contentLayoutMaster') @section('title', __('locale.buttons.add_new')) @section('vendor-style') @endsection @section('content')

{{ __('locale.buttons.add_new') }}

@csrf
@error('name')

{{ $message }}

@enderror
@error('iso_code')

{{ $message }}

@enderror
@error('country_code')

{{ $message }}

@enderror
@error('status')

{{ $message }}

@enderror
@endsection @section('vendor-script') @endsection @section('page-script') @endsection