18 lines
338 B
PHP
18 lines
338 B
PHP
@extends('layouts.front')
|
|
@section('content')
|
|
|
|
@include('partials.index.hero')
|
|
|
|
@include('partials.index.info-section')
|
|
|
|
@include('partials.index.featured-section')
|
|
|
|
@include('partials.index.quote-section')
|
|
|
|
@include('partials.index.faq-section')
|
|
|
|
@include('partials.index.article-section')
|
|
|
|
@include('partials.index.footer')
|
|
|
|
@endsection |