@stack('style')
@include('partials.header')
@hasrole('admin') @include('partials.admin_sidebar') @endrole @hasrole('customer') @include('partials.user_sidebar') @endrole @yield('content')
@include('partials.footer')