Commit fc406c86 by Siti Aisah

update information title

parent dc5f2abb
...@@ -215,7 +215,7 @@ class InformationController extends Controller ...@@ -215,7 +215,7 @@ class InformationController extends Controller
'manual' => $manual, 'manual' => $manual,
]; ];
return view('webprofile.backend.informations.edit_per_bahasa', $data)->withTitle(trans('feature.edit_agenda')); return view('webprofile.backend.informations.edit_per_bahasa', $data)->withTitle(trans('feature.edit_information'));
} }
......
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
<section class="post-wrapper-top jt-shadow clearfix"> <section class="post-wrapper-top jt-shadow clearfix">
<div class="container"> <div class="container">
<div class="col-lg-12"> <div class="col-lg-12">
<h2>إعلان - {!! $data->title !!}</h2> @if($data->rSa)
<h2>إعلان - {!! $data? $data->rSa->title : 'كل المعلومات' !!}</h2>
@endif
</div> </div>
</div> </div>
</section><!-- end post-wrapper-top --> </section><!-- end post-wrapper-top -->
......
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
<section class="post-wrapper-top jt-shadow clearfix"> <section class="post-wrapper-top jt-shadow clearfix">
<div class="container"> <div class="container">
<div class="col-lg-12"> <div class="col-lg-12">
<h2>Information - {!! $data->title !!}</h2> @if($data->rDe)
<h2>Information - {!! $data? $data->rDe->title : 'Alle Informationen' !!}</h2>
@endif
</div> </div>
</div> </div>
</section><!-- end post-wrapper-top --> </section><!-- end post-wrapper-top -->
......
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
<section class="post-wrapper-top jt-shadow clearfix"> <section class="post-wrapper-top jt-shadow clearfix">
<div class="container"> <div class="container">
<div class="col-lg-12"> <div class="col-lg-12">
<h2>信息 - {!! $data->title !!}</h2> @if($data->rZh)
<h2>信息 - {!! $data? $data->rZh->title : '信息' !!}</h2>
@endif
</div> </div>
</div> </div>
</section><!-- end post-wrapper-top --> </section><!-- end post-wrapper-top -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment