@include('layouts/www/header') @yield('content') @include('partials/download-app') @include('layouts/www/footer') @include('user/login') @include('user.activate') @include('user.forgot') @yield('extra-footer') @if (session('success')) @endif {{-- @if (session()->has('no_auth')) @php session()->forget('no_auth'); @endphp @endif --}}