@php use Illuminate\Support\Facades\Auth; $logged_in_user = Auth::user(); @endphp