Latest Posts
    @foreach($trending as $vtrending) @php $vslug=str_slug($vtrending->title); @endphp
  • {{date("j", strtotime($vtrending->created_at))}} {{date("M", strtotime($vtrending->created_at))}}, {{date("Y", strtotime($vtrending->created_at))}}
    {{$vtrending->title}}
  • @endforeach
Categories
    @foreach($cat as $vcat) @php $cslug=str_slug($vcat->categories); $rate=count(DB::select('select * from trending where cat_id=? and status=?', [$vcat->id,1])); @endphp
  • {{$vcat->categories}}({{$rate}})
  • @endforeach