@extends('admin.include.main') @section('content')

Profile Detail

{{$student->name}}
{{$student->standard->class_name}}
24
{{ucwords($student->gender)}}
{{$student->dob}}
{{$student->address}}
{{$student->email}}
@if ($student->status) @else @endif
image
@can('update-student')
@endcan

Parents Detail

{{--
--}}
{{$student->guardian->father_name}}
{{$student->guardian->mother_name}}
{{$student->guardian->father_phone_no}}, {{$student->guardian->mother_phone_no}}
{{$student->guardian->email}}
{{$student->guardian->address}}
@if ($student->status) @else @endif
@can('update-parents')
@endcan
{{--
--}}
Complaint Information
{{--
--}}

No complaint Yet.!!

{{--
--}}
Homework Information

@if($student->homeworknotdone->isEmpty())

All homeworks are done in time.!!

@else

Homework Not Done !!