git -C '/home/opc/rocketa.git' show 33978f1 -- resources/views/client/ad/list.blade.phpcommit 33978f1b6bf3c16c62ee295347b2efc9bc751019
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Fri Oct 10 19:28:43 2025 +0900
no message
diff --git a/resources/views/client/ad/list.blade.php b/resources/views/client/ad/list.blade.php
index c29fc0a..d9eb05f 100644
--- a/resources/views/client/ad/list.blade.php
+++ b/resources/views/client/ad/list.blade.php
@@ -255,7 +255,7 @@
</div><!-- /.accordion -->
<div class="form_box border mb-3">
- <h5 class="mb-0 text-white bg-dark form_head">__('ad-list.ad-list')</h5>
+ <h5 class="mb-0 text-white bg-dark form_head">{{__('ad-list.ad-list')}}</h5>
@if (count($ad_datas) > 0)
{{ Form::open() }}