PATH:
home
/
lab2454c
/
omvstudio.com
/
resources
/
views
/
admin
/
layouts
<!DOCTYPE html> <html lang="en"> @include('admin.layouts.partials.head') <body id="page-top"> <div id="wrapper"> @include('admin.layouts.partials.sidebar') <div id="content-wrapper" class="d-flex flex-column"> <div id="content"> @include('admin.layouts.partials.navbar') @yield('content') </div> @include('admin.layouts.partials.footer') </div> </div> <a class="scroll-to-top rounded" href="#page-top"> <i class="fas fa-angle-up"></i> </a> @include('admin.layouts.partials.scripts') </body> </html>
[-] loginMasterLayout.blade.php
[edit]
[+]
..
[+]
partials
[-] adminMasterLayout.blade.php
[edit]