rocket-a


git -C '/home/opc/rocketa.git' show 7245d28 -- resources/views/admin/ad/detail.blade.php

commit 7245d28b58611f78b3853832d95e2cc48ae639b5
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Tue Oct 21 10:34:10 2025 +0900

    翻訳作業

diff --git a/resources/views/admin/ad/detail.blade.php b/resources/views/admin/ad/detail.blade.php
index 4110fed..5f397b0 100644
--- a/resources/views/admin/ad/detail.blade.php
+++ b/resources/views/admin/ad/detail.blade.php
@@ -212,7 +212,7 @@
                                 ,
                             @endif
 
-                            {{ $items['reward_type'][$key] }}
+                            {{ __($items['reward_type'][$key]) }}
                         @endif
                     @endforeach
                 </div>
@@ -223,7 +223,7 @@
             @if (isset($reward['type'][$key]))
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">{{ $ad_reward_type_title }}</div>
+                        <div class="px-2 col-form-label">{{ __($ad_reward_type_title) }}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">

diff.txt · 最終更新: by root