{{ __('All Students') }}
{{__('Image')}} | {{__('Details')}} | {{__('Country')}} | {{__('Address')}} | {{ __('Total Course Enroll') }} | {{__('Status')}} | {{__('Action')}} |
---|---|---|---|---|---|---|
|
{{__('Name')}}: {{$student->name}} {{__('Email')}}: {{$student->user->email}} {{__('Phone')}}: {{$student->phone_number ?? @$student->user->phone_number}} |
{{$student->country ? $student->country->country_name : '' }} | {{$student->address}} | {{ studentCoursesCount($student->user_id) }} |
{{$students->links()}}