@include('user.partials.header')
@yield('content')
@include('user.partials.footer')
@yield('script')
@if(Session::get('login'))
@endif
@if(Session::get('loginerror'))
@endif
@if(Session::get('register'))
@endif
@if(Session::get('updateprofil'))
@endif
@if(Session::get('logout'))
@endif
@if(Session::get('linkkadaluarsa'))
@endif
@if(Session::get('resetpasswordberhasil'))
@endif
@if(Session::get('linkresetdikirim'))
@endif
@if(Session::get('emailtidakditemukan'))
@endif
@if(Session::get('storecart'))
@endif
@if(Session::get('updatecart'))
@endif
@if(Session::get('deletecart'))
@endif
@if(Session::get('kosongcart'))
@endif
@if(Session::get('logindulu'))
@endif
@if(Session::get('stoktidakcukup'))
@endif