@extends('layouts.admin') @section('css') @parent {!! Html::style('adminbsb_plugins/jquery-datatable/skin/bootstrap/css/dataTables.bootstrap.min.css') !!} @stop @section('content')
Liste des documents
| ID | Titre du document | Catégorie | Contributeur | Profils autorisés | Actions |
|---|---|---|---|---|---|
| {{ $document->id }} | {{ $document->titre }} | @foreach($document->categories as $categorie){{ $categorie->libelle }}, @endforeach | {{ $document->user->nom }} {{$document->user->prenom }} | @foreach($document->profils as $profil){{ $profil->nom }}, @endforeach | delete_forever edit cloud_download |
Liste des catégories
| ID | Libellé de la catégorie | Actions |
|---|---|---|
| {{ $categorie->id }} | {{ $categorie->libelle }} | |
| {{ $firstChild->id }} | subdirectory_arrow_right {{ $firstChild->libelle }} | |
| {{ $secondChild->id }} | subdirectory_arrow_right {{ $secondChild->libelle }} | |
| {{ $thirdChild->id }} | subdirectory_arrow_right {{ $thirdChild->libelle }} | |
| {{ $lastChild->id }} | subdirectory_arrow_right {{ $lastChild->libelle }} |