@extends('layouts.app') @section('title', $template->name . ' — テンプレート詳細') @section('page-title', 'テンプレート詳細設定') @section('page-subtitle') {{ $template->name }} の署名者・受領者・文書・差込み項目を設定します。基本情報の変更は「基本情報を編集」から行えます。 @endsection @section('content')
{{-- テンプレート概要 --}}| 順 | 依頼先 | 識別用ラベル | 署名方法 | プレースホルダ | 操作 |
|---|---|---|---|---|---|
| {{ $signer->sign_order ?? 1 }} | {{ $signer->requestee }} | {{ $signer->identity_label ?: '—' }} | {{ $signer->signingMethodLabel() }} | {{ $signer->is_placeholder ? ($signer->preset_name ?: '—') : '—' }} |
| 氏名 | メールアドレス / SMS | 操作 |
|---|---|---|
| {{ $recipient->name }} | {{ $recipient->contact }} |
| 文書名 | 説明 | 最終更新日 | 操作 | |
|---|---|---|---|---|
| {{ $document->name }} | {{ $document->description ?: '—' }} | @if($document->storage_path) 開く @else 未添付 @endif | {{ $document->updated_at?->format('Y-m-d H:i') }} |
| 差込み項目名 | 種別 | 既定値 | 必須・任意 | 設置状況 | 操作 |
|---|---|---|---|---|---|
| {{ $field->field_name }} | {{ $field->fieldTypeLabel() }} | {{ $field->default_value ?: '—' }} | {{ $field->is_required ? '必須' : '任意' }} | {{ $field->is_placed ? '設置済み' : '未設置' }} |
| 種別 | ラベル | Data ID | 必須 | 操作 |
|---|---|---|---|---|
| {{ $component->partTypeLabel() }} | {{ $component->label ?: '—' }} | {{ $component->data_id ?: '—' }} | {{ $component->is_required ? '必須' : '任意' }} |