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