@extends('layout.app') @section('content') {{-- @dd($slides) --}}
@if($slides != null && count($slides)>0)
@endif @if($info)

About Company

{!!$info->fr_presentation_title!!}

@if($sectors != null && count($sectors)>0) @foreach($sectors as $key => $sector)
{{$sector->fr_name}}

{{$sector->fr_description}}

@endforeach @endif
@endif @if($services)

Nos Services

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

@endif @if($faqs != null && count($faqs)>0)
@foreach($faqs as $key => $faq)
{!!$faq->fr_answer!!}
@endforeach
Construction What are you looking for?

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

  • Simply dummy text of the Lorem Ipsum is printing and type setting.
  • Dummy text of the printing and typesetting industry. Text of the printing
  • And typesetting industry Lorem Ipsum has been. Ipsum has been the
  • Industry's standard dummy since the 1500s,
@endif @if($equipments != null && count($equipments)>0)

Why Choose us

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

@foreach($equipments as $key => $equipment)
{{$equipment->fr_title}}

{!!$equipment->fr_text!!}

@endforeach
@endif @if($avis != null && count($avis)>0)

Ce que nos clients disent

@endif @if(count($blogs)>0 && $blogs != null)

Derniers posts de notre blog

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

@foreach($blogs as $key => $blog) @php $date_time = $blog->creation_date; $nouveau_format = \Carbon\Carbon::parse($date_time); @endphp
@if ($key==0)
@else
@endif
@endforeach
@endif @if($teams != null && count($teams)>0)

Notre équipe

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

@foreach($teams as $key => $team)

{{$team->name}}

{{$team->role}}

@endforeach
@endif @if($partners != null && count($partners)>0)
@endif
@endsection