@php use App\Models\studentprofile; $studentprofile = studentprofile::where('student_id', session('userid')->id)->first(); @endphp Online Tuition App | student Dashboard & Analytics