@include('storefront.includes.meta')
@yield('title', 'Web Hosting Management') - WHMS
@include('storefront.includes.css')
@stack('custom-stylesheets')
@stack('styles')
@include('storefront.includes.header')
@include('storefront.includes.footer')
@include('storefront.includes.js')
@stack('custom-scripts')
@stack('scripts')