Commit 56397ee4 by Siti Aisah

setting viewer

parent 0958ab60
......@@ -39,6 +39,8 @@
<time title="{!! $data->post_data !!}" datetime="{!! $data->post_data !!}">{!! InseoHelper::tglbulanindo2($data->post_date) !!}</time> - kategori <a href="#">{!! $data->rCategory->name !!}</a></span>
@if(!isset($setting['post_views']) || $setting['post_views'] == 1)
<span><i class="fa fa-eye"></i> <a href="#">{!! $data->viewer !!} Views</a></span>
@elseif($setting['post_views'] == 0)
<span></span>
@endif
{{-- <span><i class="fa fa-user"></i> <a href="#">Redaksi</a></span> --}}
</div><!-- end blog-carousel-meta -->
......
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