@extends('layouts.frontpages') @section('content') @include('partials.header')
@include('partials.footer')
@include('partials.carousel-auth', ['banners' => $auth_banners])
@stop