@extends('app') @section('auth') @if ($parentFolder == 'authentication') @if ($navbar == 'basic') @include('layouts/navbars/auth/nav-auth-basic') @else
@endif
@yield('content') @if ($hasFooter == 'footer') @include('layouts/footers/guest/footer') @endif
@else @if (\Request::is('dashboard-virtual-default')||Request::is('dashboard-virtual-info'))
@include('layouts/navbars/auth/nav')
@include('layouts/navbars/auth/sidebar') @yield('content')
@include('layouts/footers/auth/footer')
@elseif (\Request::is('pages-pricing')) @include('layouts/navbars/auth/nav-auth-basic') @yield('content') @include('layouts/footers/guest/footer') @else @include('layouts/navbars/auth/sidebar')
@if (\Request::is('pages-rtl')) @include('layouts/navbars/auth/nav-rtl') @else @include('layouts/navbars/auth/nav') @endif @if($childFolder == 'profile'||$childFolder == 'account'||Request::is('ecommerce-products-new-product')) @yield('content') @else
@yield('content') @include('layouts/footers/auth/footer')
@endif
@endif @include('components/fixed-plugins') @endif @endsection