@include('frontend.layout.header') @yield('style')
@yield('content')
@include('frontend.layout.footer') @yield('script')