git -C '/home/opc/rocketa.git' show f393a5a -- resources/views/media/ad/detail.blade.phpcommit f393a5a0fad5dd498bf6f58ad344360076cf9d89
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Fri Dec 19 19:36:07 2025 +0900
メニュータイトルの仕様変更
銀行コピーのアップロード機能
diff --git a/resources/views/media/ad/detail.blade.php b/resources/views/media/ad/detail.blade.php
index bbe999b..b13425c 100644
--- a/resources/views/media/ad/detail.blade.php
+++ b/resources/views/media/ad/detail.blade.php
@@ -15,11 +15,11 @@ if (count($get_ad_material_datas) > 0) {
}
?>
-@section('title', $ad_data->name.'|詳細')
+@section('title', $ad_data->name.'|'.__('ad-detail.details'))
{{-- コンテンツ内容 .main_col内 --}}
@section('content')
- <h2 class="mb-3 pb-2 border-bottom">{{__('ad-detail.ad_management')}} - {{ $ad_data->name }} - {{__('ad-detail.details')}}</h2>
+ <h2 class="mb-3 pb-2 border-bottom">{{ $ad_data->name }} - {{__('ad-detail.details')}}</h2>
{{ Form::open() }}
<div class="area_btn">