@extends('layouts.admin') @section('page-header') Student List @endsection @section('content')
Semester Applying
Reset Excel Download

* Total {{ number_format($students->total()) }} Records.

@for($i=0,$cnt=count($students);$i<$cnt;$i++) @endfor @if (count($students) <= 0) @endif
No Acc ID Agency State Student
name
Student ID Gender Grade Program
starting
year
School H/F L/C P/C Flight
Status
Document
Status
Status Comment
{{ $students->total() - ($students->perPage() * ($students->currentPage()-1)) - $i }} {{ $student->user->email }} @if($student->user->is_block == 'Y') block @endif {{ $student->agency ? $student->agency->user->lastname : '' }}, {{ $student->agency ? $student->agency->user->firstname : '' }} {{ $student->inputState }} {{ $student->user->lastname }}, {{ $student->user->firstname }} {{ $student->user->student_id }} {{ $student->user->sex }} @if($grade==12)
@else
@endif▲
{{$grade}}
@if($grade==1)
@else
@endif▼
{{ $student->inputSemester }} {{ $student->school ? $student->school->school_name : '' }} {{ $student->host ? $student->host->user->lastname : '' }}, {{ $student->host ? $student->host->user->firstname : '' }} {{ $student->local ? $student->local->user->lastname : '' }}, {{ $student->local ? $student->local->user->firstname : '' }} @if($student->status_pc > 0) @endif @if($student->status_flight > 0) @endif @if($student->status_new) @endif @if($student->status_reentry) @endif @if($student->status_application) @endif @if($student->status_invoice) @endif @if($student->status_pc) @endif @if($student->status_flight) @endif @if($student->status_changehf) @endif @if($student->status_finished) @endif @if($student->status_springsemester) @endif @if($student->status_fallsemester) @endif @if($student->status_warning) @endif
No search result.
@endsection @section('script')> @endsection