@extends('layouts.archives_panel') @section('title') Archives @stop @section('CSS') @stop @section('JS') @stop @section('content')
@if(auth()->user()->super_admin == 1) Nouveau Répertoire Déposer @endif @if(auth()->user()->is_archives_agent == 1) Nouveau Répertoire Déposer @endif
@if(Session::has('error')) @endif @if(Session::has('success')) @endif
@foreach($archives_folders as $folder)