@include('component.frontend.layout.style')
@yield('page_top')
@include('component.frontend.layout.header')
@yield('slider')
@include('component.frontend.layout.category')
@yield('content')
@include('component.frontend.layout.auth')
@include('component.frontend.layout.search')
@include('component.frontend.layout.playfun')
@include('component.frontend.layout.deposit')
@include('component.frontend.layout.seocontent')
@include('component.frontend.layout.footer')
@include('component.frontend.layout.script')
@yield('page_bottom')