{{-- Template Name: Front Page Homepage matching the elitgastro.eu design. Data is provided by App\View\Composers\FrontPage and App\View\Composers\App. --}} @extends('layouts.app') @section('content') @include('sections.hero') @include('sections.categories') @include('sections.featured-products') @include('sections.news') @include('sections.cta') @endsection