@php use App\Libraries\FileSystem; @endphp @extends('layouts.userLayout') @section('content')
...

{{ isset($user->first_name) && $user->first_name ? $user->first_name : '' }} {{ isset($user->last_name) && $user->last_name ? $user->last_name : '' }}

  • Gender :
  • Incharge of :
  • Qualifications :
  • Subject :
  • {{isset($user->gender) && $user->gender ? ucfirst($user->gender) : '--'}}
  • {{(isset($getSectionData->class_title) && $getSectionData->class_title ? $getSectionData->class_title : '').' '.(isset($getSectionData->title) && $getSectionData->title ? '('.$getSectionData->title.')' : '--')}}
  • {{isset($user->qualifications) && $user->qualifications ? ucfirst($user->qualifications) : '--'}}
  • @if(isset($getAllSub) && $getAllSub) @foreach($getAllSub as $k => $sub) {{isset($sub->title) && $sub->title ? $sub->title.',' : ''}} @endforeach @endif
Assignments

0%

  • Completed
  • {{isset($getCompAssigment) && $getCompAssigment ? count($getCompAssigment) : 0 }} Assignments
  • Incomplete
  • {{isset($getIncompAssigment) && $getIncompAssigment ? count($getIncompAssigment) : 0 }} Assignments
...
...
@endsection