@yield('meta')
@stack('head-area')
@include('includes.partials.mobile-header')
@include('includes.partials.mobile-slider')
@yield('content')
@include('includes.partials.mobile-footer')
@stack('before-scripts')
@include('includes.partials.mobile-js')
@stack('after-scripts')