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

À Propos de Nous

@if($companyInfo->isNotEmpty()) @foreach($companyInfo as $post)

{{ $post->title }}

{!! nl2br(e($post->text)) !!}

@if($post->blocks->isNotEmpty()) @foreach($post->blocks as $block)

{{ $block->title }}

{!! nl2br(e($block->content)) !!}

@if($block->image) {{ $block->title }} @endif
@endforeach @endif @endforeach @else

Aucune information disponible pour le moment.

@endif
@endsection