@extends('frontpage') @section('title') @stop @section('slider-title') {{ $blog->name }} @stop @section('slider-description') {{ $blog->description }} @stop @php $sections = [ // 'description'=> 'Points de vente', // 'propositions'=> 'Points de vente', // 'missions'=> 'Nos valeurs', // 'explanation' => 'Presentation de l\'utilisation du carnet sanitaire digital', // 'functions'=>'Presentation detaille du produit', // 'citation'=>'Citation', // 'why-us'=>'Citation', // 'according-to-csp'=>'Citation', // 'hywater-presentation'=>'', 'exigences-csp'=>'Exigences CSP', 'avantages'=>'', 'hywater-establishments'=>'', // 'about'=>'Courte presentation de l\'entreprise', // 'faq'=>'Questions frequentes', 'faq-cs'=>'Questions frequentes', 'contact'=>'Contact', ] @endphp @section('content') @foreach ($blogsections as $section)
@include('frontpage.sections.blog-section', ['section' => $section])
@endforeach @stop