@extends('frontend.layouts.app') @section('title', 'Présentation') @section('content') GÉOPARC UNESCO DU M'GOUN Home Introduction @if(Storage::disk('public')->exists('presentations/'.($presentation ? $presentation->image : '' ))) @else @endif {{getTranslationPresentation($presentation->id)['title']}} {{getTranslationPresentation($presentation->id)['subtitle']}} {!! getTranslationPresentation($presentation->id)['description'] !!} {{getTranslationPresentation($presentation->id)['title1']}} {{getTranslationPresentation($presentation->id)['subtitle1']}} {!! getTranslationPresentation($presentation->id)['description1'] !!} @for($i=0; $i <@count($images)-1; $i++) @endfor @for($i=0; $i <@count($imagess)-1; $i++) @endfor {!! getTranslationPresentation($presentation->id)['description2'] !!} {!! getTranslationPresentation($presentation->id)['description3'] !!} @endsection @section('scripts') @endsection