@extends('layouts.app') @section('title','List Custom Fields') @section('content')

Custom Fields

Add New

@include('flash::message')
@include('custom_fields.table')
@endsection