{{-- Extends layout --}}
@extends('layout.app_public')
{{-- Header Content Top --}}
@section('header_content_top')
@include('welcome.'.config("env.view.welcome.model").'.section_header_top')
@endsection
{{-- Header Content Bottom --}}
@section('header_content_bottom')
@include('welcome.'.config("env.view.welcome.model").'.section_header_bottom')
@endsection
{{-- Content --}}
@section('content')
@include('welcome.'.config("env.view.welcome.model").'.section_content')
@include('welcome.modal_login_error')
@include('welcome.modal_website_maintenance')
@endsection
{{-- Styles Section --}}
@section('styles')
@if ($data["sections"]["widgets"]["show"] === true)
@endif
@endsection
{{-- Scripts Section --}}
@section('scripts')
@if ($data["sections"]["widgets"]["show"] === true)
@endif
@if ($data["sections"]["widgets"]["show"] === true)
@endif
@if ($data["name"] === "welcome")
@endif
@endsection