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

{{getTranslationPresse($presse->id)['title']}}

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