@extends('student.master') @section('title', 'Student Dashboard') @push('styles') @endpush @section('content')
{{--

My Learning

--}}

My Profile

{{ $students->name ?? ""}}
Profile Information

Hi, I'm Alec Thompson, Decisions: If you can't decide, the answer is no.
If two equally difficult paths, choose the one more painful in the short term
(pain avoidance is creating an illusion of equality).

Full Name : {{ $students->name ?? ""}}
Mobile : {{ $students->phone_number }}
Email : {{ $students->email }}
Country : {{ $students->country->name ?? ""}}
@if (!empty($khdaCerficate)) @if ($khdaCerficate && $khdaCerficate->status == 0)
To obtain an attested KHDA certificate, apply process is completed...
@elseif ($khdaCerficate->status === 1)
To obtain an attested KHDA certificate, apply here. Note that it will cost an additional 80 AED.
@endif @else
To obtain an attested KHDA certificate, apply process is completed...
@endif
@endsection @push('student-js') @endpush