@extends('layouts.mypage')
@section('page-header')
@endsection
@section('content')
@include('mypage.application.'.App::getLocale().'.'.$application->id)
@endsection
@section('script')
@include('script.formControl')
@endsection
@section('signature')
{{--서명 모듈--}}
@endsection