Commit 720c4f53 by Bagus Pambudi

fix bug information arab

parent 21526a77
......@@ -18,8 +18,8 @@
<div class="col-lg-12">
<div class="blog-carousel">
<div class="blog-carousel-header">
@if ($data->rDe)
<h1>{!! $data->rDe->title !!}</h1>
@if ($data->rSa)
<h1>{!! $data->rSa->title !!}</h1>
@endif
<div class="blog-carousel-meta">
<span><i class="fa fa-eye"></i> <a href="#">{!! $data->viewer !!} الآراء</a></span>
......@@ -27,8 +27,8 @@
</div><!-- end blog-carousel-meta -->
</div><!-- end blog-carousel-header -->
<div class="blog-carousel-desc">
@if ($data->rDe)
{!! $data->rDe->content !!}
@if ($data->rSa)
{!! $data->rSa->content !!}
@endif
</div>
</div>
......@@ -36,7 +36,7 @@
</div>
</div>
</div>
@include('webprofile.front.jollyany.de.widget')
@include('webprofile.front.jollyany.ar.widget')
</div>
</div><!-- end container -->
</section><!--end white-wrapper -->
......
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