@extends('layout.app') @section('styles') @endsection @section('scripts') @endsection @section('body_content') @include('sub.dashboard.header_mobile')
@include('sub.dashboard.aside')
@include('sub.dashboard.header')
@include('sub.dashboard.subheader')
@yield('content')
@include('sub.dashboard.modal_loading') @include('sub.dashboard.modal_login')
@include('sub.dashboard.footer')
@include('sub.dashboard.scrolltop') @endsection