@include('template.head') {{ $page_name = 'user' }}
@include('template.sidebar') @include('template.header') @include('template.rightpanel')
User
View User
View All
Name
{{ $user->name }}
Username
{{ $user->username }}
Email
{{ $user->email }}
Contact
{{ $user->contact }}
User Type
{{ $user->userType->name }}
{{--
Student Image
--}}
{{-- script start --}} @include('template.script') {{-- script end --}}