@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')) @include('mypage.application.'.App::getLocale().'.102') @endsection @section('script') @if($auth->grade_id == 5) @endif; @endsection