@extends('frontend.layouts.app') @section('title', 'MONOGRAPHIES ET DOCUMENTS') @section('content')
@foreach($depliants as $depliant)
@for($i=0; $i <@count($images)-1; $i++) @if($images) @else {{getTranslationDepliant($depliant->id)['title']}} @endif @endfor

{{getTranslationDepliant($depliant->id)['title']}}

@endforeach
@endsection @section('scripts') @endsection