@extends('frontend.layouts.navBar') @section('content')

A propos de nous

@foreach($presentations as $presentation)

{!! html_entity_decode($presentation->details)!!}

@if ($presentation->videos != null) @else description of myimage @endif
@endforeach
@endsection