Commit 2094cb19 by Bagus Pambudi

fix link miss information

parent 569fa67f
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<div class="row"> <div class="row">
<div class="headline"> <div class="headline">
@if ($value->rSa) @if ($value->rSa)
<h2><a target="_blank" href="{!! url('info/'.$value->slug) !!}">{!! $value->rSa->title !!}</a></h2> <h2><a target="_blank" href="{!! url('information/'.$value->slug) !!}">{!! $value->rSa->title !!}</a></h2>
@endif @endif
</div> </div>
<div class="news-text"> <div class="news-text">
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
@if ($value->rSa) @if ($value->rSa)
{!! strip_tags(substr(html_entity_decode($value->rSa->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!} {!! strip_tags(substr(html_entity_decode($value->rSa->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}
@endif @endif
<br><a class="pull-right" style="padding-right: 20px;" target="_blank" href="{!! url('info/'.$value->slug) !!}"> <br><a class="pull-right" style="padding-right: 20px;" target="_blank" href="{!! url('information/'.$value->slug) !!}">
قراءة المزيد »»</a> قراءة المزيد »»</a>
</div> </div>
</div> </div>
......
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