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

Homevisit Document - {{ $page['document_name'] }}

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