@php use App\Components\SearchQueryComponent; // use Carbon\Carbon; use App\Enums\InsuranceContractType; use App\Enums\InsuranceContractStatus; @endphp @extends('layouts.user') @section('content')
| ユーザーID | 生保件数 | 損保件数 | 契約者名 | メールアドレス | お祝い | 招待 | ステータス | |
|---|---|---|---|---|---|---|---|---|
| {{ $user->login_id }} | {{-- {{ InsuranceContractType::getDescription($insuranceContract->type) }} --}} 1 | {{-- {{ InsuranceContractStatus::getDescription($insuranceContract->status) }} --}} 1 | {{ $user->name }} {{-- hung --}} | {{ $user->mail }} {{-- hung@gmail.com --}} | {{ $user->bx00 }} {{-- on --}} | {{ $user->invite_date }} {{-- on --}} | {{ $user->status }} {{-- on --}} |
|
| ユーザーID | 生保件数 | 損保件数 | 契約者名 | 決算月 | メールアドレス | お祝い | 招待 | ステータス | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $user->login_id }} {{-- 1 --}} | {{-- {{ InsuranceContractType::getDescription($insuranceContract->type) }} --}} 1 | {{-- {{ InsuranceContractStatus::getDescription($insuranceContract->status) }} --}} 1 | {{ $user->name }} {{-- Hung --}} | {{-- {{ $org->closing}} --}} {{ $user->org}} {{-- 19-07-2022 --}} | {{ $user->mail }} {{-- hung@gmail.com --}} | {{ $user->bx00 }} {{-- on --}} | {{ $user->invite_date }} {{-- on --}} | {{ $user->status }} {{-- on --}} |
|