in your view you could check if the user is authed ?
@section('feed')
@if(Auth::user())
//// logged in
@else
//// logged out
@endif
@endsection
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community