@extends("admin.layouts.app") @section("style") @endsection @section("wrapper")

Notice: Undefined variable: info in /home/payanyfee/public_html/paystaging/resources/views/admin/students/view.blade.php on line 19

Notice: Trying to get property of non-object in /home/payanyfee/public_html/paystaging/resources/views/admin/students/view.blade.php on line 19
Student ID

{{ $info->student_id }}

Student Name

{{ ucwords($info->first_name.' '.$info->last_name ) }}

Mobile No.

{{ $info->number }}

Email ID.

{{ $info->email }}

Student Persnaol Detail:
Personal Details

wheel_chair == 1 ? "checked" : "" }}>
wheel_chair == 0 ? "checked" : "" }}>

permanent_residency == 1 ? "checked" : "" }}>
permanent_residency == 0 ? "checked" : "" }}>

asylum == 1 ? "checked" : "" }}>
asylum == 0 ? "checked" : "" }}>

refugee == 1 ? "checked" : "" }}>
refugee == 0 ? "checked" : "" }}>

institution == 1 ? "checked" : "" }}>
institution == 0 ? "checked" : "" }}>

sponsored == 1 ? "checked" : "" }}>
sponsored == 0 ? "checked" : "" }}>

phd_sponsored == 1 ? "checked" : "" }}>
phd_sponsored == 0 ? "checked" : "" }}>

bursary_requirements == 1 ? "checked" : "" }}>
bursary_requirements == 0 ? "checked" : "" }}>
Contact Information
Please enter a contact number and an Email Address to be contacted on *

Back
Current Address

Address Not Added

Address For Correspondence

Address Not Added

Permanent Address

Address Not Added

Office Address

Address Not Added

Father Details
Name: Ashok Verma Email Address: ashokverma@gmail.com Mobile No.:91-9314579587 Alternate Mobile No.: Has access to student:No
Mother Details
Name: Rekha Verma Email Address: rekha@gmail.com Mobile No.:91-9314579587 Alternate Mobile No.: Has access to student:No
Guaridian Details
Details not added
Local Guaridian Details
Details not added
Visitor-1 Details
Name: Rekha Verma Email Address: rekha@gmail.com Mobile No.:91-9314579587 Alternate Mobile No.: Has access to student:No
Visitor-2 Details
Name: Rekha Verma Email Address: rekha@gmail.com Mobile No.:91-9314579587 Alternate Mobile No.: Has access to student:No
Visitor-3 Details
Name: Rekha Verma Email Address: rekha@gmail.com Mobile No.:91-9314579587 Alternate Mobile No.: Has access to student:No
Visitor-4 Details
Details not added
Sibling Detail
Relationship Name Brend Locations
No Record
@endsection @section("page-js-script") @endsection