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

My Story

@endsection @section('content')
@if (Auth::check())
Write Form
@endif @include('mypage.partial.story')
@endsection @section('script') @include('script.comment') @endsection