@extends('layouts.app') @section('content')
{{trans('lang.field_plural')}}
{{trans('lang.field_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.field_plural')}}
{{trans('lang.field_table')}}
@include('flash::message')
{{trans('lang.field_table')}}
@can('fields.create')
{{trans('lang.field_create')}}
@endcan @include('layouts.right_toolbar', compact('dataTable'))
@include('fields.table')
@endsection