@extends('layouts.app', ['page' => 'settings'])
@section('title', __('messages.create_custom_field'))
@section('content')
{{ __('messages.create_custom_field') }}
@include('application.settings._aside', ['tab' => 'custom_fields'])
@endsection
@section('page_body_scripts')
@include('application.settings.custom_field._js')
@endsection