From d7b4e104590a403182af17381274cbf78df8b8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= <你的邮箱> Date: Sun, 12 Oct 2025 17:18:40 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=E3=80=90=E5=AE=9A=E6=9C=9F=E5=A5=91?= =?UTF-8?q?=E7=B4=84=E3=83=9E=E3=82=B9=E3=82=BF=E3=80=91=E3=80=90=E3=82=BF?= =?UTF-8?q?=E3=82=B0=E7=99=BA=E8=A1=8C=E3=82=AD=E3=83=A5=E3=83=BC=E5=87=A6?= =?UTF-8?q?=E7=90=86=E3=80=81=E5=B1=A5=E6=AD=B4=E8=A1=A8=E7=A4=BA=E3=80=91?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Admin/TagissueController.php | 8 +- .../admin/regularcontracts/list.blade.php | 14 +- .../views/admin/tag_issue/list.blade.php | 434 ++++++++++-------- 3 files changed, 263 insertions(+), 193 deletions(-) diff --git a/app/Http/Controllers/Admin/TagissueController.php b/app/Http/Controllers/Admin/TagissueController.php index e8a5c28..b0f3571 100644 --- a/app/Http/Controllers/Admin/TagissueController.php +++ b/app/Http/Controllers/Admin/TagissueController.php @@ -54,6 +54,10 @@ class TagissueController extends Controller 'user.user_regident_pre', 'user.user_regident_city', 'user.user_regident_add', + 'user.user_relate_zip', + 'user.user_relate_pre', + 'user.user_relate_city', + 'user.user_relate_add', 'operator_que.que_id', 'operator_que.que_class', 'operator_que.que_status' @@ -125,9 +129,7 @@ class TagissueController extends Controller { $ids = $request->input('ids', []); // チェックされたuser_id配列 $action = $request->input('action'); // 'to_issued' or 'to_unissued' - if (empty($ids) || !is_array($ids)) { - return back()->with('error', 'チェックボックスを選択してください。'); - } + $operatorId = auth()->id(); $now = now(); // 対象ユーザーのoperator_queを取得 diff --git a/resources/views/admin/regularcontracts/list.blade.php b/resources/views/admin/regularcontracts/list.blade.php index fa36c66..b8a9db6 100644 --- a/resources/views/admin/regularcontracts/list.blade.php +++ b/resources/views/admin/regularcontracts/list.blade.php @@ -379,9 +379,7 @@ @endphp - - 契約ID {!! $renderSortIcon('contract_id') !!} - + {{-- 操作列(チェック+編集。背景色を付与) --}}
@@ -389,7 +387,9 @@
- + + 契約ID {!! $renderSortIcon('contract_id') !!} + {{-- 表頭(要件に合わせて網羅) --}} 定期契約ID {!! $renderSortIcon('contract_qr_id') !!} @@ -523,8 +523,8 @@ @endphp @foreach($list as $item) - {{-- 先頭の並び替え列(行の contract_id を表示) --}} - {{ $item->contract_id }} + + {{ $loop->iteration }} {{-- 操作列:チェック + 編集(背景色つき) --}} @@ -535,6 +535,8 @@ + {{-- 先頭の並び替え列(行の contract_id を表示) --}} + {{ $item->contract_id }} {{-- データ列 --}} {{ $item->contract_qr_id }} {{ $item->old_contract_id ?? '' }} diff --git a/resources/views/admin/tag_issue/list.blade.php b/resources/views/admin/tag_issue/list.blade.php index 65ad871..12ba30c 100644 --- a/resources/views/admin/tag_issue/list.blade.php +++ b/resources/views/admin/tag_issue/list.blade.php @@ -23,10 +23,11 @@ - +
-
- +
+ + {{-- 印刷処理 --}}
印刷処理
@@ -34,73 +35,45 @@
-
-
- + + {{-- 種別フィルター --}}
-
絞り込みフィルター
+
種別フィルター
-
+ @if(request('filter_type') == 'unissued_toggle') - + @else - + @endif
-
- @if(request('filter_type') == 'issued_toggle') - - @else - - - @endif -
+
+ @if(request('filter_type') == 'issued_toggle') + + @else + + + @endif +
- + + {{-- タグシリアルフィルター --}}
タグシリアルフィルター
@@ -108,159 +81,252 @@
タグシリアル
- +
-
タグシリアル64進
+
+ タグシリアル64進
- +
- - 全表示 + + 全表示
- + + {{-- タグ発送ステータス変更 --}}
タグ発送ステータス変更
+ {{-- form 不包含表格 --}}
@csrf -
-
- -
-
- -
-
-
-
-
- - - - - - - - - - - - - - - - - - - @foreach($users as $user) - - - @php - $que = \App\Models\OperatorQue::where('user_id', $user->user_id)->first(); - @endphp - - - - - - - - - - - - - @endforeach - -
キューIDタグシリアルタグシリアル64進タグ発送ステータス利用者名携帯電話番号自宅電話番号居住所:郵便番号居住所:都道府県居住所:市区郡居住所:住所
- - {{ $que ? $que->que_id : '' }}{{ $user->user_tag_serial }}{{ $user->user_tag_serial_64 }}{{ $user->user_tag_issue }} - @if(!empty($user->user_seq)) - - {{ $user->user_name }} - - @else - {{ $user->user_name }} - @endif - {{ $user->user_mobile }}{{ $user->user_homephone }}{{ $user->user_regident_zip }}{{ $user->user_regident_pre }}{{ $user->user_regident_city }}{{ $user->user_regident_add }}
-
-
-
- {{ $users->appends(request()->except('page'))->links('pagination') }} -
-
-
- + +
+
+ +
+
+ +
+
+ +
+
+ + {{-- 表格区域 --}} +
+
+
+ {{ $users->appends(request()->except('page'))->links('pagination') }} +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + @foreach($users as $user) + + + @php + $que = \App\Models\OperatorQue::where('user_id', $user->user_id)->first(); + @endphp + + + + + + + + + + + + + + + + + @endforeach + +
+ + キューIDタグシリアルタグシリアル64進タグ発送ステータス利用者名携帯電話番号自宅電話番号居住所:郵便番号居住所:都道府県居住所:市区群居住所:住所関連住所:郵便番号関連住所:都道府県関連住所:市区群関連住所:住所
+ + {{ $que ? $que->que_id : '' }}{{ $user->user_tag_serial }}{{ $user->user_tag_serial_64 }}{{ $user->user_tag_issue }} + @if(!empty($user->user_seq)) + + {{ $user->user_id }}: {{ $user->user_name }} + + @else + {{ $user->user_id }}: {{ $user->user_name }} + @endif + {{ $user->user_mobile }}{{ $user->user_homephone }}{{ $user->user_regident_zip }}{{ $user->user_regident_pre }}{{ $user->user_regident_city }}{{ $user->user_regident_add }}{{ $user->user_relate_zip }}{{ $user->user_relate_pre }}{{ $user->user_relate_city }}{{ $user->user_relate_add }}
- -@endsection \ No newline at end of file + +@endsection From 835e2b416520132c7416634a0e0fb4892967730b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= <你的邮箱> Date: Sun, 12 Oct 2025 17:29:38 +0900 Subject: [PATCH 2/5] =?UTF-8?q?[=E3=82=BF=E3=82=B0=E7=99=BA=E8=A1=8C?= =?UTF-8?q?=E3=82=AD=E3=83=A5=E3=83=BC=E5=87=A6=E7=90=86=E3=80=81=E5=B1=A5?= =?UTF-8?q?=E6=AD=B4=E8=A1=A8=E7=A4=BA]pdf=E5=8D=B0=E5=88=B7=E6=A9=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=9F=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/tag_issue/pdf_labels.blade.php | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 resources/views/admin/tag_issue/pdf_labels.blade.php diff --git a/resources/views/admin/tag_issue/pdf_labels.blade.php b/resources/views/admin/tag_issue/pdf_labels.blade.php new file mode 100644 index 0000000..26cb8fc --- /dev/null +++ b/resources/views/admin/tag_issue/pdf_labels.blade.php @@ -0,0 +1,103 @@ + + + + + タグ発送宛名PDF + + + + + +@foreach($users as $user) +
+
+
〒{{ $user->user_regident_zip }}
+
{{ $user->user_regident_pre }}
+
{{ $user->user_name }}様
+
+
+

この度は So-Manager(ソーマネージャー)のお申込み、ありがとうございます。
+ 定期利用シール発行にご利用いただく「ICタグ」を同封いたしましたので、ご確認いただき、
+ 以下のようにお手続きを進めてください。

+
    +
  1. 9/27 日頃 SMBC ファイナンスサービス(株)より別便でお手元に届く「払込取扱票」を
    コンビニエンスストア等にお持ちになり、利用料金をお支払いください。
  2. +
  3. お支払い完了後(3~5分程度)「ICタグ」が有効になりますので、
    駐輪場に設置している定期利用シール発行機で定期利用シールを発行してください。
    (シール発行機の読み取り機にICタグをかざすと、シールが発行されます。)
  4. +
  5. 印字された定期利用シールを自転車に貼ってご利用ください。
    (定期利用シールは泥除けなどの見やすい位置に貼ってください)
  6. +
+
+
+
【注意事項】
+ +
+ +
+@endforeach + From 50b1cb31a649b11e8de1db44f4d8456679273445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= <你的邮箱> Date: Sun, 12 Oct 2025 17:57:19 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=E3=80=90=E3=82=BF=E3=82=B0=E7=99=BA?= =?UTF-8?q?=E8=A1=8C=E3=82=AD=E3=83=A5=E3=83=BC=E5=87=A6=E7=90=86=E3=80=81?= =?UTF-8?q?=E5=B1=A5=E6=AD=B4=E8=A1=A8=E7=A4=BA=E3=80=91=E3=83=A1=E3=83=83?= =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E5=87=BA=E3=81=97=E6=96=B9=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/admin/tag_issue/list.blade.php | 73 +++++++++++-------- 1 file changed, 43 insertions(+), 30 deletions(-) diff --git a/resources/views/admin/tag_issue/list.blade.php b/resources/views/admin/tag_issue/list.blade.php index 12ba30c..e6809f2 100644 --- a/resources/views/admin/tag_issue/list.blade.php +++ b/resources/views/admin/tag_issue/list.blade.php @@ -202,37 +202,50 @@ - {{-- 印刷処理用 JS --}} - + + + @endpush -@endsection \ No newline at end of file +@endsection diff --git a/resources/views/admin/contractor_list/list.blade.php b/resources/views/admin/contractor_list/list.blade.php index e2001d3..d2719ff 100644 --- a/resources/views/admin/contractor_list/list.blade.php +++ b/resources/views/admin/contractor_list/list.blade.php @@ -20,296 +20,374 @@
-
- {{-- 絞り込みフィルター --}} -
- - -
-
絞り込みフィルター
-
- {{-- 左カラム --}} -
-
- -
- @isset($parks) - - @else - - @endisset -
-
+ + + -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
-
- - {{-- 右カラム --}} -
-
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
-
+ {{-- ▼ カード全体 --}} +
+
+ {{-- ▼ 絞り込みフィルター(card-header) --}} +
+ 絞り込みフィルター
-
- - 解除 + {{-- ▼ フィルター条件エリア(card-body) --}} +
+
+ {{-- 左カラム --}} +
+
+ +
+ @isset($parks) + + @else + + @endisset +
+
+ +
+ +
+ +
+
+ + {{-- ===== 利用者分類:input を select に変更 ===== --}} +
+ +
+ @isset($categories) + + @else + + @endisset +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
+ + {{-- 右カラム --}} +
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
+
+ + {{-- ▼ 絞り込みボタン --}} +
+ + 解除 +
+
+
+ {{-- ページネーションのラッパーを追加 --}} +
+ {{-- ページネーションのビジュアルラッパー --}} +
+
- - {{-- 一覧テーブル --}} -
- - - - @php($activeSort = request('sort')) - @php($activeType = request('sort_type')) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @forelse ($rows as $row) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @empty - - - - @endforelse - -
- 利用者ID - - 氏名 - フリガナ - 定期契約ID - - タグ・QR - - 駐輪場 - 車種区分減免措置利用者分類1利用者分類2利用者分類3携帯電話番号自宅電話番号生年月日性別居住所:郵便番号居住所:都道府県居住所:市区群居住所:住所関連住所:郵便番号関連住所:都道府県関連住所:市区群関連住所:住所契約日利用期間有効期間定期券区分勤務先名学校卒業予定シール発行回数防犯登録備考
{{ $row->user_id }}{{ $row->user_name }}{{ $row->user_phonetic }}{{ $row->contract_id }}{{ $row->tag_qr_flag ? 'QR' : 'タグ' }}{{ $row->park_name }}{{ $row->vehicle_type ?? '' }}{{ $row->user_reduction ?? '' }}{{ $row->user_category1 ?? '' }}{{ $row->user_category2 ?? '' }}{{ $row->user_category3 ?? '' }}{{ $row->user_mobile }}{{ $row->user_homephone }}{{ $row->user_birthdate }}{{ $row->user_gender }}{{ $row->user_regident_zip }}{{ $row->user_regident_pre }}{{ $row->user_regident_city }}{{ $row->user_regident_add }}{{ $row->user_relate_zip }}{{ $row->user_relate_pre }}{{ $row->user_relate_city }}{{ $row->user_relate_add }}{{ $row->contract_created_at }}{{ $row->contract_periods }}{{ $row->contract_periode }}{{ $row->ticket_type ?? '' }}{{ $row->user_workplace }}{{ $row->user_school }}{{ $row->user_graduate }}{{ $row->seal_issue_count ?? '' }}{{ $row->crime_prevention ?? '' }}{{ $row->user_remarks }}
データがありません。
-
+ {{-- ▼ 一覧テーブル部:スクロール対応 --}} +
+
+ + + + @php($activeSort = request('sort')) + @php($activeType = request('sort_type')) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @forelse ($rows as $row) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- {{ $rows->appends(request()->except('page'))->links('pagination::bootstrap-4') }} +
+ + + + + + @empty + + + + @endforelse + +
+ + 利用者ID + + + + + 氏名 + + + フリガナ + + 定期契約ID + + + + + タグ・QR + + + + + 駐輪場 + + + 車種区分有効期間減免措置利用者分類1利用者分類2利用者分類3携帯電話番号自宅電話番号生年月日性別居住所:郵便番号居住所:都道府県居住所:市区群居住所:住所関連住所:郵便番号関連住所:都道府県関連住所:市区群関連住所:住所契約日利用期間定期券区分学校卒業予定シール発行回数防犯登録備考
+ + {{ $row->user_id }} + + {{ $row->user_name }}{{ $row->user_phonetic }} + + {{ $row->contract_id }} + + {{ $row->tag_qr_flag ? 'QR' : 'タグ' }}{{ $row->park_name }}{{ $row->vehicle_type ?? '' }} + {{ \Carbon\Carbon::parse($row->contract_periods)->format('Y-m-d') }} + ~ + {{ \Carbon\Carbon::parse($row->contract_periode)->format('Y-m-d') }} + {{ $row->user_reduction ?? '' }}{{ $row->user_category1 ?? '' }}{{ $row->user_category2 ?? '' }}{{ $row->user_category3 ?? '' }}{{ $row->user_mobile }}{{ $row->user_homephone }}{{ $row->user_birthdate }}{{ $row->user_gender }}{{ $row->user_regident_zip }}{{ $row->user_regident_pre }}{{ $row->user_regident_city }}{{ $row->user_regident_add }}{{ $row->user_relate_zip }}{{ $row->user_relate_pre }}{{ $row->user_relate_city }}{{ $row->user_relate_add }} + {{-- 契約日を「yyyymmdd」形式で表示する --}} + {{ $row->contract_created_at + ? \Illuminate\Support\Carbon::parse($row->contract_created_at)->format('Ymd') + : '' }} + + contract_periode)) { + $today = \Illuminate\Support\Carbon::now()->startOfDay(); + $end = \Illuminate\Support\Carbon::parse($row->contract_periode)->startOfDay(); + + if ($end->lte($today)) { + $months = $end->diffInMonths($today); + if ($months <= 1) { + $label = '直近1ヶ月'; + } elseif ($months <= 3) { + $label = '直近3ヶ月'; + } elseif ($months <= 6) { + $label = '直近6ヶ月'; + } + } + } + } catch (\Throwable $e) { + $label = ''; + } + ?> + {{ $label }} + + @if($row->update_flag == 1) + 継続 + @elseif($row->update_flag == 2) + それ + @else + {{-- それ以外は空白 --}} + @endif + {{ $row->user_school }}{{ $row->user_graduate }}{{ $row->contract_seal_issue }}{{ $row->user_securitynum }}{{ $row->user_remarks }}
データがありません。
+
+
-
+ +
-{{-- 画面用スタイル(表頭をグレー、データ部分を白) --}} - @push('scripts') + + + @endpush -@endsection \ No newline at end of file +@endsection diff --git a/resources/views/admin/reservation/list.blade.php b/resources/views/admin/reservation/list.blade.php index 7aee932..fc88b8b 100644 --- a/resources/views/admin/reservation/list.blade.php +++ b/resources/views/admin/reservation/list.blade.php @@ -6,10 +6,10 @@
-
+

予約者一覧

-
+
-
- {{-- 絞り込みフィルター(順序を画像に完全一致) --}} -
-
-
絞り込みフィルター
-
- {{-- 左カラム:駐輪場 → 利用者ID → 利用者分類 → タグシリアル → タグシリアル64進 --}} -
-
- -
- @isset($parks) - - @else - - @endisset + + + + + {{-- ▼ カード全体 --}} +
+
+ {{-- ▼ 絞り込みフィルター(card-header) --}} +
+ 絞り込みフィルター +
+ + {{-- ▼ フィルター条件エリア(card-body) --}} +
+
+ {{-- 左カラム --}} +
+
+ +
+ @isset($parks) + + @else + + @endisset +
+
+ +
+ +
+ +
+
+ + {{-- 利用者分類 --}} +
+ +
+ @isset($categories) + + @else + + @endisset +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
-
- -
- + {{-- 右カラム --}} +
+
+ +
+ +
-
-
- -
- - {{-- 既存互換: IDパラメータが残る可能性があるため hidden で保持 --}} - @if(request()->filled('user_categoryid')) - - @endif +
+ +
+ +
-
-
- -
- +
+ +
+ +
-
-
- -
- +
+ +
+ +
-
-
- {{-- 右カラム:フリガナ → 電話番号 → メールアドレス → 勤務先 → 学校 --}} -
-
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- +
+ +
+ +
-
- - 解除 + {{-- ▼ 絞り込みボタン --}} +
+ + 解除
- +
+ {{-- ページネーションのラッパーを追加 --}} +
+ {{-- ページネーションのビジュアルラッパー --}} +
+ +
+
- {{-- 一覧テーブル(ソート機能付きヘッダー) --}} -
- - - - {{-- ソート可能な項目にはリンクを追加 --}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @forelse ($rows as $row) + {{-- ▼ 一覧テーブル部:スクロール対応 --}} +
+
+
- - 利用者ID - @if(request('sort') === 'user_id' && request('sort_type') === 'asc') - ↑ - @elseif(request('sort') === 'user_id' && request('sort_type') === 'desc') - ↓ - @else - ↑↓ - @endif - - - - 氏名 - @if(request('sort') === 'user_name' && request('sort_type') === 'asc') - ↑ - @elseif(request('sort') === 'user_name' && request('sort_type') === 'desc') - ↓ - @else - ↑↓ - @endif - - フリガナ居住所:郵便番号居住所:都道府県居住所:市区群居住所:住所関連住所:郵便番号関連住所:都道府県関連住所:市区群関連住所:住所生年月日性別携帯電話番号自宅電話番号学校卒業予定備考定期予約ID利用者分類1利用者分類2利用者分類3 - - 駐輪場ID - @if(request('sort') === 'park_id' && request('sort_type') === 'asc') - ↑ - @elseif(request('sort') === 'park_id' && request('sort_type') === 'desc') - ↓ - @else - ↑↓ - @endif - - - - 駐輪場所ID - @if(request('sort') === 'price_parkplaceid' && request('sort_type') === 'asc') - ↑ - @elseif(request('sort') === 'price_parkplaceid' && request('sort_type') === 'desc') - ↓ - @else - ↑↓ - @endif - - - - 車種区分ID - @if(request('sort') === 'psection_id' && request('sort_type') === 'asc') - ↑ - @elseif(request('sort') === 'psection_id' && request('sort_type') === 'desc') - ↓ - @else - ↑↓ - @endif - - 予約日時減免措置800M以内フラグ
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @empty - - @endforelse - -
{{ $row->user_id }}{{ $row->user_name }}{{ $row->user_phonetic }}{{ $row->user_regident_zip }}{{ $row->user_regident_pre }}{{ $row->user_regident_city }}{{ $row->user_regident_add }}{{ $row->user_relate_zip }}{{ $row->user_relate_pre }}{{ $row->user_relate_city }}{{ $row->user_relate_add }}{{ $row->user_birthdate }}{{ $row->user_gender }}{{ $row->user_mobile }}{{ $row->user_homephone }}{{ $row->user_school }}{{ $row->user_graduate }}{{ $row->user_remarks }}{{ $row->reserve_id }}{{ $row->user_category1 ?? '' }}{{ $row->user_category2 ?? '' }}{{ $row->user_category3 ?? '' }}{{ $row->park_id }}{{ $row->price_parkplaceid }}{{ $row->psection_id }}{{ $row->reserve_date }}{{ $row->reduction ?? '' }} - @php $f800 = data_get($row,'within_800m_flag', data_get($row,'flag_800m', null)); @endphp - {{ (string)$f800 === '1' ? '800M以内' : '-' }} -
データがありません。
-
+ @php($activeSort = request('sort')) + @php($activeType = request('sort_type')) + + + 利用者ID + + + -
- {{ $rows->appends(request()->except('page'))->links('pagination::bootstrap-4') }} + + + 氏名 + + + + + フリガナ + 居住所:郵便番号 + 居住所:都道府県 + 居住所:市区群 + 居住所:住所 + 関連住所:郵便番号 + 関連住所:都道府県 + 関連住所:市区群 + 関連住所:住所 + 生年月日 + 性別 + 携帯電話番号 + 自宅電話番号 + 学校 + 卒業予定 + 備考 + + + 定期予約ID + + + + 利用者分類1 + 利用者分類2 + 利用者分類3 + + + 駐輪場 + + + + 駐輪場所ID + 車種区分ID + 予約日時 + 減免措置 + 800M以内フラグ + + + + @forelse ($rows as $row) + + + + {{ $row->user_id }} + + + {{ $row->user_name }} + {{ $row->user_phonetic }} + {{ $row->user_regident_zip }} + {{ $row->user_regident_pre }} + {{ $row->user_regident_city }} + {{ $row->user_regident_add }} + {{ $row->user_relate_zip }} + {{ $row->user_relate_pre }} + {{ $row->user_relate_city }} + {{ $row->user_relate_add }} + {{ $row->user_birthdate }} + {{ $row->user_gender }} + {{ $row->user_mobile }} + {{ $row->user_homephone }} + {{ $row->user_school }} + {{ $row->user_graduate }} + {{ $row->user_remarks }} + + + {{ $row->contract_id }} + + + {{ $row->user_category1 ?? '' }} + {{ $row->user_category2 ?? '' }} + {{ $row->user_category3 ?? '' }} + {{ $row->park_id }} + {{ $row->price_parkplaceid }} + {{ [1 => '自転車', 2 => '原付', 3 => 'その他'][$row->psection_id] ?? '' }} + {{ $row->reserve_date }} + {{ $row->user_reduction ?? '' }} + {{ $row->{'800m_flag'} ?? '' }} + + @empty + + データがありません。 + + @endforelse + + +
-
+
+ +
- -@endsection +@push('scripts') + + + + +@endpush +@endsection \ No newline at end of file diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index b84e228..ae6de51 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -51,11 +51,11 @@ - + @@ -226,7 +226,7 @@ class="nav-link @if(in_array(app('router')->currentRouteName(), $webRoutes)) active @endif">

タグ・シール管理 - +