@extends('layouts.master') @section('title') @lang('translation.create-region') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.region') @endslot @slot('title') @lang('translation.create-district') @endslot @endcomponent
@csrf
@lang('translation.region')
@error('region_id') @lang($message,['attribute'=>trans('translation.region_id')]) @enderror
@error('uz') @lang($message,['attribute'=>trans('translation.uz')]) @enderror
@error('ru') @lang($message,['attribute'=>trans('translation.ru')]) @enderror
@error('cr') @lang($message,['attribute'=>trans('translation.cr')]) @enderror
@endsection