@extends('pages.settings.ajaxwrapper') @section('settings-page')
@include('pages.settings.sections.customfields.ajax')
{{ cleanLang(__('lang.form_field_name')) }} {{ cleanLang(__('lang.settings')) }}
@include('misc.load-more-button')
@if(config('system.settings_type') == 'standalone')
{{ cleanLang(__('lang.help_documentation')) }}
@endif
@endsection