@extends('layouts.admin') @section('header')

Partage de docs

Gérer votre dépôt de document ...
Voir le tutoriel
@stop @section('content')
{!! Html::link(action('\Plugins\Depot\Controller\DepotController@admin'), "Retour au tableau de bord") !!}
{!! Html::link(action('\Plugins\Depot\Controller\DepotController@edit_document'), "Ajouter un document") !!}
Liste des documents
{!! Form::open(array('action' => '\Plugins\Depot\Controller\DepotController@update_document')) !!}
Catégorie
{!! Form::select('categorie_id', $categories, $categorie) !!} {!! Form::submit("Filtrer par catégorie") !!}
{!! Form::close() !!}
ID
Titre du document
Catégorie
Utilisateur
Actions

Warning: Invalid argument supplied for foreach() in /home/trutinauto/public_html/resources/views/plugins/depot/documents.blade.php on line 55
{!! Html::link(action('\Plugins\Depot\Controller\DepotController@admin'), "Retour au tableau de bord") !!}
{!! Html::link(action('\Plugins\Depot\Controller\DepotController@edit_document'), "Ajouter un document") !!}
@stop