@php use App\Components\SearchQueryComponent; use Carbon\Carbon; use App\Enums\DisplayStatus; use App\Enums\DisplayType; use App\Enums\NotificationKbn; use App\Enums\ContractTypeNew; use App\Models\Media; use App\Enums\Role; @endphp @extends('layouts.user',['notify'=>true]) @section('content')
|
契約日 @if($role == Role::INSURANCE_CONTRACTOR || $role == Role::READER ) 保険種類 @else 契約者 @endif |
@if($role != Role::INSURANCE_CONTRACTOR)
@sortablelink('status', ' ステータス') | @endif|
|---|---|---|
|
{{ Carbon::parse($information->contract_date)->format('Y-m-d') }} @if($role == Role::INSURANCE_CONTRACTOR || $role == Role::READER ) {{ ContractTypeNew::getDescription($information->contract_type) }} @else {{ $information->contract_name }} @endif |
@if($role != Role::INSURANCE_CONTRACTOR)
{{ DisplayStatus::getDescription($information->status) }} | @endif
|
{{--
| @sortablelink('sendtime', ' 送信日') | @sortablelink('type', ' タイプ') | 送信元・保険 | @sortablelink('status', ' ステータス') | 通知オプション | @sortablelink('title', ' タイトル') |
|---|---|---|---|---|---|
| {{ Carbon::parse($information->sendtime)->format('Y-m-d') }} | {{ DisplayType::getDescription($information->type) }} | {{ $information->user_name }} | {{ DisplayStatus::getDescription($information->status) }} | {{ NotificationKbn::getDescription($information->kbn) }} | {{ $information->title }} |
|
契約日 @if($role == Role::INSURANCE_CONTRACTOR || $role == Role::READER ) 保険種類 @else 契約者 @endif |
@if($role != Role::INSURANCE_CONTRACTOR)
ステータス | @endif
|---|
| @sortablelink('sendtime', ' 送信日') | @sortablelink('type', ' タイプ') | 送信元・保険 | @sortablelink('status', ' ステータス') | 通知オプション | @sortablelink('title', ' タイトル') |
|---|