{{ auth()->user()->name }}
{{ auth()->user()->email }}
@if(auth()->user()->email_verified_at)
{{ __('Verified') }}
@endif
{{ $info->phone }}
@foreach(auth()->user()->roles as $role)
{{$role->name }}
@endforeach
{{$info->roll_number }}
{{$info->national_identity }}