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

A propos de nous

@foreach($presentations as $presentation)

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

description of myimage
@endforeach
@endsection