@extends('backend.layouts.app') @section('title', 'Edit Parameter') @section('content') @php $pageTitle = 'Edit Parameter'; $indexRoute = 'ref.index'; $indexLabel = 'Parameters'; @endphp @include('backend.layouts.partials._page_header')

Update the parameter entry information below.

@csrf @method('PUT')
@php $inputClass = 'dark:bg-dark-900 shadow-theme-xs focus:border-brand-300 focus:ring-brand-500/10 dark:focus:border-brand-800 h-11 w-full rounded-lg border bg-transparent px-4 py-2.5 text-sm text-gray-800 placeholder:text-gray-400 focus:ring-3 focus:outline-hidden dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 border-gray-300 dark:border-gray-700'; $inputErrorClass = 'dark:bg-dark-900 shadow-theme-xs focus:border-brand-300 focus:ring-brand-500/10 dark:focus:border-brand-800 h-11 w-full rounded-lg border bg-transparent px-4 py-2.5 text-sm text-gray-800 placeholder:text-gray-400 focus:ring-3 focus:outline-hidden dark:border-gray-700 dark:bg-gray-900 dark:text-white/90 dark:placeholder:text-white/30 border-error-300 focus:border-error-300 focus:ring-error-500/10 dark:border-error-700'; @endphp
@error('cat')

{{ $message }}

@enderror
@error('code')

{{ $message }}

@enderror
@error('descr')

{{ $message }}

@enderror
@error('descr_en')

{{ $message }}

@enderror
@error('sort')

{{ $message }}

@enderror
@error('parent')

{{ $message }}

@enderror
@error('icon_name')

{{ $message }}

@enderror
Cancel
@endsection @push('scripts') @endpush