@extends('layout.app') @section('content') @include('components.banner',['title'=>'About','img'=>'pics/banner/about-banner.jpg'])

About Company

{!!$info->fr_presentation_title!!}

{!!$info->fr_presentation_text!!}
@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)

Nos partenaires

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 @endsection