@extends('layouts.master') @section('content')
@if (Session::get('success'))
{{ Session::get('success') }}
@endif @if (Session::get('error'))
{{ Session::get('error') }}
@endif

A propos

{{-- Modifier --}} {{-- --}}
{{-- --}}
A propos de nous français {!! $abouts->description_fr !!}
A propos de nous anglais {!! $abouts->description_en !!}
Image A propos 1
Image A propos 2
Image about 2 titre Français :{{ $abouts->titre->titre_about_fr }}

titre Anglais : {{ $abouts->titre->titre_about_en }}
@endsection