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