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

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

@csrf
@error('language')

{{ $message }}

@enderror
@error('country')

{{ $message }}

@enderror
@error('status')

{{ $message }}

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