@extends('template')
@section('breadcrumb')
Inicio
Documentos
@endsection
@section('content')
DOCUMENTOS
@endsection
@push('styles')
@if (!auth()
->user()
->hasRole('admin') &&
!auth()
->user()
->hasRole('super-admin') &&
!auth()
->user()
->can("File Manager"))
@endif
@endpush
@push('scripts')
@endpush