@extends('layouts.mypage') @section('page-header') Flight info @endsection @section('content') @include('mypage.partial.student_info') @include('mypage.partial.student_tab', array('student_tab_active'=>'flight'))
@for($i=0,$cnt=count($student->flights); $i<$cnt; $i++) @endfor @if(count($student->flights) <= 0) @endif
No Title Update Date
{{$cnt-$i}} {{ $student->flights[$i]->title }} {{ $student->flights[$i]->updated_at }}
No result.
@if($auth->grade_id!=5)
@endif
@endsection @section('script') @endsection