@extends('guest.layout') @section('content')

Présentation

@hasanyrole('Admin|Publisher') Ajouter @endhasanyrole
@foreach($presentations as $presentation)
@hasanyrole('Admin|Publisher') Modifier @endhasanyrole
@if($presentation->hasMedia('presentation_gallery')) {!! $presentation->getFirstMedia('presentation_gallery')->img('', ['class'=>'background-image']) !!} @else @endif

{!!$presentation->title!!}

{!!$presentation->wysiwyg!!}

@endforeach @endsection