@extends('layouts.admin_blank') @section('page-header')
The {{ $host->user->lastname }}'s Family
@if($host->host_status=='I') @elseif($host->host_status=='P') @elseif($host->host_status=='F') @endif
@endsection @section('content')

My Application - {{ $application->title }}

@include('mypage.application.'.App::getLocale().'.'.$page['application_id'])
@endsection @section('script') @include('script.formControl') @endsection @section('signature') {{--서명 모듈--}} @endsection