@php $nameMin = $nameMin ?? config('constant.name.min'); $nameMax = $nameMax ?? config('constant.name.max'); $fieldName = 'seo_image'; $fileType = 'image'; $fileValue = old('seo_image', $seoImage ?? ''); $fileBase64 = !empty($fileValue) ? Common::base64Encrypt($fileValue) : ''; $idDb = $idDb ?? 0; @endphp

{{trans('admin::seo.title')}}