{{--
{{ config('app.name', 'Rave Retailer') }}
--}}
@yield('title', 'Rave Retailer') | Rave Retailer
@yield('extrastyles')
@include('_partials.header')
@include('_partials.sidebar')
@yield('content')
@yield('modal-content')
@yield('footer')