@extends('layouts.master', [
'page_title' => 'Documents',
'page_sub_title' => 'Documents List',
'plugins' => ['datatables' => true]
])
@section('content')
@component('components.card_main', [
'title' => 'Documents',
'description' => 'Here you can see all the documents stored in the system.'
])
@slot( 'body' )
@endslot
@slot('after_body')
@component('components.datatable')
@slot('thead')
Download |
@if ($user->roles->has(App\Master\Role::DOCS_ADMIN))
View Details |
@endif
Name |
Code |
Owner |
Owner Title |
Department |
Type |
Extension |
Created At |
@if ($user->roles->has(App\Master\Role::DOCS_ADMIN))
Activo/Inactivo |
Status |
Revision |
Aprobaciones |
@endif
@endslot
@slot('tfoot')
|
@if ($user->roles->has(App\Master\Role::DOCS_ADMIN))
|
@endif
Name |
Code |
Owner |
Owner Title |
Department |
Type |
Extension |
Created At |
@if ($user->roles->has(App\Master\Role::DOCS_ADMIN))
Activo/Inactivo |
Status |
Revision |
Aprobaciones |
@endif
@endslot
@endcomponent
@endslot
@endcomponent
@endsection
@section('app-scripts')
@endsection