@extends('layouts.admin') @section('page-title') {{__('Manage Document Type')}} @endsection @section('breadcrumb')
{{__('Document')}} | {{__('Required Field')}} | @if(Gate::check('edit document type') || Gate::check('delete document type')){{__('Action')}} | @endif
---|---|---|
{{ $document->name }} |
@if( $document->is_required == 1 )
|
@if(Gate::check('edit document type') || Gate::check('delete document type'))
@can('edit document type') @endcan @can('delete document type') @endcan | @endif