@yield('title')
@stack('css')
@include('layouts.sellerlayouts.leftsidebar')
@include('layouts.sellerlayouts.header')
@yield('contents')
@include('layouts.sellerlayouts.footer')
@include('layouts.sellerlayouts.rightsidebar')
@stack('js') {{-- --}}