{{-- --}} {{-- All important librairies (bootstrap etc..) --}} {{-- Front page CSS --}} {{-- Compiled from SCSS --}} {{-- Slider --}} {{-- --}} {{-- Site under construction banner --}} @if (env('STATUS_UNDER_CONSTRUCTION', false)) @include('widgets.underconstruction') @endif @if (!env('STATUS_HIDE_FRONT', false)) @php $sections = [ // 'description'=> 'Points de vente', 'missions' => 'Nos valeurs', 'propositions' => 'Nos services', // 'explanation' => 'Presentation de l\'utilisation du carnet sanitaire digital', // 'functions'=>'Presentation detaille du produit', // 'citation'=>'Citation', 'why-us' => 'Citation', // 'avantages'=>'Les points forts du carnet sanitaire', // 'according-to-csp'=>'Citation', // 'hywater-presentation'=>'Presentation de Hywater', // 'about'=>'Courte presentation de l\'entreprise', // 'faq'=>'Questions frequentes', 'contact' => 'Contact', ]; @endphp {{-- --}}
@include('widgets.navbar') @include('widgets.navbar-addon')
@include('widgets.nav-menu')
@section('slider-title') Abiofore @stop
@include('frontpage.sections.slider', ['title' => 'Abiofore'])
@section('waves') {{-- WAVES --}}
@include('frontpage.seperators.waves')
@stop @yield('waves')
@section('title') @stop @yield('title') @section('content')
@foreach ($blogs as $blog) @endforeach
{{-- @foreach ($sections as $section => $description)
@include('frontpage.sections.' . $section)
@endforeach --}} @stop @yield('content')
@include('frontpage.seperators.wave-bottom-3')
{{-- Using: https://github.com/riverskies/laravel-mobile-detect --}} @desktop @foreach (range(1, 20) as $i)
@endforeach @enddesktop
@endif