Kunjungan Halaman
Untuk satu tahun
@foreach ($top_page as $item)
@php
$border = null;
if($loop->last){
$border = 'border-bottom';
}
$c = ['info','primary','success','warning','dark'];
$k = array_rand($c);
@endphp
Halaman
{{ucwords($item->page)}}
{{$item->total}} View
@endforeach