People Viewed Profile

@php $todayProfileView = \App\Models\ProfileView::where('created_at',today())->where('viewed_id',\Illuminate\Support\Facades\Auth::id())->get(); @endphp {{-- View More--}}