@include('landing.partials.nav')
@yield('content')
@include('landing.partials.footer')
@if(Session::get('logout'))
@endif
@if(Session::get('login'))
@endif
@if(Session::get('loginerror'))
@endif
@if(Session::get('register'))
@endif
@if(Session::get('profilupdate'))
@endif
@if(Session::get('resetpassword'))
@endif
@if(Session::get('resetpasswordberhasil'))
@endif
@if(Session::get('emailtidakada'))
@endif
@if(Session::get('linkkadaluarsa'))
@endif
@if(Session::get('gagaldiagnosa'))
@endif
@yield('script')