@extends('layouts.mypage') @section('page-header')

Flight info

@endsection @section('content')
@for($i=0,$cnt=count($student->flights); $i<$cnt; $i++) @endfor @if(count($student->flights) <= 0) @endif
No Title (Arrival Date / Departure City / Arrival City / Student Name) Update Date
{{$cnt-$i}} {{ $student->flights[$i]->title }} {{ $student->flights[$i]->updated_at }}
No result.
@endsection @section('script') @endsection