@include('store.layout.header')
@include('store.layout.sidebar')
@yield('content')
@include('store.layout.footer')