@php $id = Auth::user()->id; $userid = App\Models\User::find($id); $status = $userid->status; @endphp