@php $authUser = @auth()->user(); use Illuminate\Support\Facades\Auth; $user = Auth::user(); @endphp