Commit 720c4f53 by Bagus Pambudi

fix bug information arab

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