@include('layouts.partials.header')
@include('layouts.partials.sidebar')
@if (session('login_success')) @endif @yield('content')
@yield('scripts')