@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')
This is optional text that will appear below the form elements while editing an asset to provide context on the field.
{!! $errors->first('help_text', ' :message') !!}Custom fields allow you to add arbitrary attributes to assets.