@extends('layouts.admin') @section('page-title') {{__('Manage Document')}} @endsection @section('breadcrumb')
| {{__('Name')}} | {{__('Document')}} | {{__('Role')}} | {{__('Description')}} | @if(Gate::check('edit document') || Gate::check('delete document')){{__('Action')}} | @endif
|---|---|---|---|---|
| {{ $document->name }} |
@if (!empty($document->document))
@else
- @endif |
{{ !empty($roles)?$roles->name:'All' }} | {{ $document->description }} | @if(Gate::check('edit document') || Gate::check('delete document'))@can('edit document') @endcan @can('delete document') @endif | @endif