PATH:
home
/
lab2454c
/
internationalminersbank.com
/
backup
/
resources
/
views
/
frontend
/
imbFund
/
miners
/
common
<!DOCTYPE html> <html lang="en"> @include('frontend.layouts.partials.head') <body> @include('frontend.imbFund.miners.common.navbar') @include('frontend.imbFund.miners.common.banner') <!-- Body Content --> @yield('content') <!-- /Body Content --> <!-- Footer --> @include('frontend.layouts.partials.footer') <!-- /Footer --> @include('frontend.layouts.partials.scripts') @include('sweetalert::alert') @include('frontend.common.notify') </body> </html>
[+]
..
[-] navbar.blade.php
[edit]
[-] minerLayout.blade.php
[edit]
[-] banner.blade.php
[edit]