@extends('layouts.tables') @section('tables-head') @endsection @section('tables-title') Documentos @endsection @section('tables-btn') @if (Auth::user()->admin == '1' || in_array('2', json_decode(Auth::user()->user_type))) @endif @endsection @section('tables-content') Documento Categoria Acciones @if(isset($entries)) @foreach($entries as $entry) {{$entry['name']}} {{$entry['tag']}} @if (Auth::user()->admin == '1' || in_array('2', json_decode(Auth::user()->user_type))) @endif {{-- --}} Descargar Ver documento @endforeach @endif Documento Categoria Acciones @endsection @section('tables-scripts') @endsection