@extends('layouts.master') @section('title') @lang('translation.edit-region') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.region') @endslot @slot('title') @lang('translation.edit-region') @endslot @endcomponent
@csrf @method('put')
@lang('translation.region')
@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