@extends('frontend.layouts.app') @section('title', 'MONOGRAPHIES ET DOCUMENTS') @section('content') MONOGRAPHIES ET DOCUMENTS Accueil MONOGRAPHIES ET DOCUMENTS @foreach($monographies as $mono) {{$mono->title}} PDF - {{$mono->taille}} @endforeach @endsection @section('scripts') @endsection