@extends('layouts.mypage') @section('page-header') Student information @endsection @section('content') @include('mypage.partial.student_info') @include('mypage.partial.student_tab', array('student_tab_active'=>'story')) @include('mypage.partial.story') @endsection @section('script') @include('script.comment') @endsection