@extends('core::layouts.master') @section('title') {{ $custom_field->name }} @endsection @section('content')
{{ $custom_field->name }}
@endsection @section('scripts') @endsection