PATH:
home
/
lab2454c
/
bancmils.com
/
resources
/
views
/
frontend
/
layouts
<!DOCTYPE html> <html lang="en"> @include('frontend.layouts.partials.login.head') <body class="inner__single"> <!-- Page Wrapper --> @yield('content') <!-- /Page Wrapper --> @include('frontend.layouts.partials.login.scripts') @include('sweetalert::alert') @include('frontend.common.notify') </body> </html>
[-] master.blade.php
[edit]
[+]
..
[+]
partials
[-] loginLayout.blade.php
[edit]