ALL STUDENTS' ACCOUNTS
{{--
{{ $studentsaccounts->onEachSide(5)->links() }}
{{ $studentsaccounts->nextPageUrl() }}
Ikurikira
Inyuma
--}}
# |
FIRST NAME |
{{--MIDDLE NAME | --}}
LAST NAME |
EMAIL |
PHONE |
APPLICATION |
STATUS |
CTEATED AT |
@php
$d=$studentsaccounts->lastItem();
@endphp
@forelse ($studentsaccounts as $key=>$sa)
{{ $d-- }} |
{{ $sa->fname }} |
{{-- {{ $sa->mname }} | --}}
{{ $sa->lname }} |
{{ $sa->email }} |
{{ $sa->phone }} |
@if ($sa->application!=NULL)
View Application
@else
Application missing
@endif
|
@if ($sa->application!=NULL)
{{ $sa->application->applicationsteps->name }}
@else
Application Missing
@endif
|
{{ $sa->created_at }} |
@empty
@endforelse
{{--
@if ($studentsaccounts->hasPages())
@endif
{{ $studentsaccounts->onEachSide(5)->links() }}
--}}