@php use App\Enums\ContractStatus; use App\Enums\InsuranceContractGender; use App\Enums\InsuranceContractType; use App\Enums\InsuranceContractBx01; use App\Enums\InsuranceContractBx09; use App\Enums\InsuranceContractBx11; use App\Enums\InsuranceContractBx02; use App\Enums\InsuranceContractBx03; use App\Enums\InsuranceContractBx04; use App\Enums\InsuranceContractBx05; use App\Enums\InsuranceContractBx06; use App\Enums\InsuranceContractBx07; use App\Enums\InsuranceContractBx08; use App\Enums\InsuranceContractBx14; use App\Enums\InsuranceContractInfoType; use App\Enums\InsuranceContractorOwn; use App\Enums\InsuranceContractKbn; @endphp
@if(isset($contractor_information->uuid))| 契約者 No. | {{$contractor_information->login_id}} |
| 契約者 氏名 | {{$contractor_information->name}} |
| 契約者 ヨミガナ | {{$contractor_information->xname}} |
| 役職・代表者名 | {{$contractor_information->manager}} |
| 決算月 | {{$contractor_information->settlement}} |
| 性別 | {{$contractor_information->gender}} |
| 生年月日 | {{$contractor_information->birthday}} |
| 住所 | {{$contractor_information->post}} {{$contractor_information->xaddress}} |
| メールアドレス | {{$contractor_information->mail}} |
| お祝いメッセージ | {{$contractor_information->bx00}} |
| 保険種類 | {{\App\Enums\ContractTypeNew::getDescription($contract->type)}} |
| No. | {{$contract->id}} |
| 契約日 | {{$contract->date}} |
| 保険会社名 | {{$contract->org}} |
| 保険期間 | {{$contract->duration}} |
| 保険 | {{InsuranceContractKbn::getDescription($contract->kbn)}} |
| 証券番号 | {{$contract->code}} |
| 状態 | {{ContractStatus::getDescription($contract->status)}} |
| 対象 | {{$insurance_contract->target}} |
| 被保険者 | {{$insurance_contract->target_name}} |
| 誕生日 | {{$insurance_contract->birthday}} |
| 備考 | {{$insurance_contract->vx05}} |
| 被保険者 氏名 | {{$insurance_contract->target_name}} |
| 被保険者 ヨミガナ | {{$insurance_contract->target_xname}} |
| 性別 | {{InsuranceContractGender::getDescription($insurance_contract->gender)}} |
| 備考 | {{$insurance_contract->vx05}} |
| 誕生日 | {{$insurance_contract->birthday}} |
| 郵便番号 | {{$insurance_contract->post}} |
| 住所 | {{$insurance_contract->xaddress}} |
| ビル名 | {{$insurance_contract->building}} |
| 団体番号 | {{$contract->bx00}} |
| 被保険者件数 | {{$contract->it00}} |
| 保険種類 | {{InsuranceContractBx01::getDescription($insurance_contract->bx01)}} | |
| 保険名称 | {{$insurance_contract->name}} | |
| 解約返戻金 | @if($insurance_contract->cc01 == 'Y')有 | @else無 | @endif
| 配当方法 | {{InsuranceContractBx02::getDescription($insurance_contract->bx02)}} | |
| 保険料通貨種類 | {{$insurance_contract->bx03}} | |
| 保険料 | {{$insurance_contract->db00}} | |
| 払込方法 | {{InsuranceContractBx05::getDescription($insurance_contract->bx05)}} | |
| 払込経路 | {{InsuranceContractBx06::getDescription($insurance_contract->bx06)}} | |
| 保険期間 | {{InsuranceContractBx07::getDescription($insurance_contract->bx07)}} | |
| 保険期間の数値 | {{$insurance_contract->it01}} | |
| 払込期間 | {{InsuranceContractBx08::getDescription($insurance_contract->bx08)}} | |
| 払込期間の数値 | {{$insurance_contract->it02}} | |
| その他 | {{$insurance_contract->vx00}} |
| 保険種類 | {{InsuranceContractBx01::getDescription($insurance_contract->bx01)}} |
| 保険名秒 | {{$insurance_contract->name}} |
| 保険料 | {{$insurance_contract->db00}} |
| 払込方法 | {{InsuranceContractBx05::getDescription($insurance_contract->bx05)}} |
| 払込経路 | {{InsuranceContractBx06::getDescription($insurance_contract->bx06)}} |
| 割合 | @if($journal->bx22 == 'HB1000')全額損金 | @elseif($journal->bx22 == 'HB1001')養老1/2損金 | @elseif($journal->bx22 == 'HB1002')全額資産 | @elseそれ以外 | @endif
| 損金通貨種類 | {{$journal->bx09}} | |||
| 損金 | {{$journal->db01}} | |||
| 資産通貨種類 | {{$journal->bx11}} | |||
| 資産 | {{$journal->db02}} | |||
| 備考 | {{$journal->vx01}} |
| 保険金・給付金種別 | {{$insurance_contract->bx13}} |
| 基本保険金額通貨種類 | {{$insurance_contract->bx14}} |
| 基本保険金額 | {{$insurance_contract->db03}} |
| 保険金・給付金種別 | {{$insurance_contract->bx13}} |
| 基本保険金額 | {{$insurance_contract->db03}} |
| 保険金・給付金種別 | @php $index = 0; @endphp @foreach($payeeInformations as $payeeInformation) @if($index < $limit) @php $index ++; @endphp{{$payeeInformation->bx01}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 受取人 | @php $index = 0; @endphp @foreach($payeeInformations as $payeeInformation) @if($index < $limit) @php $index ++; @endphp{{$payeeInformation->vx01}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 保険金・給付金種別 | @php $index = 0; @endphp @foreach($otherGuarantees as $otherGuarantee) @if($index < $limit) @php $index ++; @endphp{{$otherGuarantee->bx01}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 金額通貨種類 | @php $index = 0; @endphp @foreach($otherGuarantees as $otherGuarantee) @if($index < $limit) @php $index ++; @endphp{{$otherGuarantee->bx02}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 金額 | @php $index = 0; @endphp @foreach($otherGuarantees as $otherGuarantee) @if($index < $limit) @php $index ++; @endphp{{$otherGuarantee->db01}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 保険期間 | @php $index = 0; @endphp @foreach($otherGuarantees as $otherGuarantee) @if($index < $limit) @php $index ++; @endphp{{InsuranceContractBx07::getDescription($otherGuarantee->bx03)}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 保険期間の数値 | @php $index = 0; @endphp @foreach($otherGuarantees as $otherGuarantee) @if($index < $limit) @php $index ++; @endphp{{$otherGuarantee->it01}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 払込期間 | @php $index = 0; @endphp @foreach($otherGuarantees as $otherGuarantee) @if($index < $limit) @php $index ++; @endphp{{InsuranceContractBx05::getDescription($otherGuarantee->bx04)}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 払込期間の数値 | @php $index = 0; @endphp @foreach($otherGuarantees as $otherGuarantee) @if($index < $limit) @php $index ++; @endphp{{$otherGuarantee->it02}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 経過年数 | {{$insurance_contract->it03}} |
| % | {{$insurance_contract->db04}} |
| 備考 | {{$insurance_contract->vx02}} |
| 保険金・給付金種別 | @php $index = 0; @endphp @foreach($otherCompensationContents as $otherCompensationContent) @if($index < $limit) @php $index ++; @endphp{{$otherCompensationContent->bx01}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 基本保険金額 | @php $index = 0; @endphp @foreach($otherCompensationContents as $otherCompensationContent) @if($index < $limit) @php $index ++; @endphp{{$otherCompensationContent->db01}} | @if($tdNull)@endif @elseif($index === $limit) @php break; @endphp @endif @endforeach |
| 加入中保険の解説 | {{$insurance_contract->explanation}} |
| アドバイス | {{$insurance_contract->advice}} |
| 備考 | {{$insurance_contract->vx03}} |
| メモ | {{$insurance_contract->memo}} |