@php use App\Models\CustomField; @endphp @extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/custom_fields/general.custom_fields') }} @parent @stop @section('content') @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{{ trans('admin/custom_fields/general.help_text_description') }}
{!! $errors->first('help_text', ' ') !!}{{ trans('admin/custom_fields/general.about_custom_fields_text') }}