@extends('layouts.admin') @section('page-title') {{__('Manage Custom Field')}} @endsection @section('breadcrumb')
{{__('Custom Field')}} | {{__('Type')}} | {{__('Module')}} | {{__('Action')}} |
---|---|---|---|
{{ $field->name}} | {{ $field->type}} | {{ $field->module}} | @if(Gate::check('edit constant custom field') || Gate::check('delete constant custom field'))@can('edit constant custom field') @endcan @can('delete constant custom field') @endcan | @endif