@php $data = []; $data['title'] = 'Dashboard'; @endphp @include('student.components.header_link', $data)
@include('student.components.menu')
@include('student.components.navbar', $data)
Welcome to the Dashboard

You can organize just about anything in your website using this admin panel!

Welcome
{{--
Profile
--}}
{{ $student->name }}
{{ $student->email }}
ID: {{ $student->id }}
Branch: {{ $student->branch }}
Year: {{ $student->year }}
Mobile: {{ $student->mobile }}
Course: {{ $student->course }}
{{--
Notifications

No notifications at the moment.

--}}
@include('student.components.footer') @include('student.components.footer_link')