ALL STUDENTS' ACCOUNTS

{{--
{{ $studentsaccounts->onEachSide(5)->links() }}
{{ $studentsaccounts->nextPageUrl() }} Ikurikira
Inyuma --}}
{{----}} @php $d=$studentsaccounts->lastItem(); @endphp @forelse ($studentsaccounts as $key=>$sa) {{-- --}} @empty @endforelse
# FIRST NAMEMIDDLE NAMELAST NAME EMAIL PHONE APPLICATION STATUS CTEATED AT
{{ $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 }}
{{-- @if ($studentsaccounts->hasPages())
@endif
{{ $studentsaccounts->onEachSide(5)->links() }}
--}}