@extends('layouts.mypage') @section('page-header')   @endsection @section('content') @include('mypage.partial.student_info') @include('mypage.partial.student_tab', array('student_tab_active'=>'application')) @include('mypage.application.'.App::getLocale().'.'.$application->id) @endsection @section('script') @if($auth->grade_id!=6) @endif @if($auth->grade_id==5||$auth->grade_id==6) @endif @include('script.formControl') @endsection @section('signature') {{--서명 모듈--}} @endsection