@extends('layouts.app') @section('title', '契約書') @section('page-title', '契約書') @section('page-subtitle') 契約書の作成・管理・送付の入口です。まず準備項目を確認し、文書をアップロードするかテンプレートから契約書を作成します。 @endsection @section('content') @include('contract.partials._setup_hub', ['setupHub' => $setupHub])
まず契約書(文書)を用意します。PDF をアップロードするか、登録済みテンプレートから始めてください。
@include('contract.partials._instance_create_panel', [ 'templates' => $templates, 'businessSettings' => $businessSettings ?? collect(), ])