@extends('layouts.frontendTemplate') @section('main') หมวดหมู่ หน้าแรก หมวดหมู่ หมวดหมู่ที่น่าสนใจ WHERE ELSE @foreach ($itemView['sub_category'] as $item) {{ $item->name }} ({{ $itemView['count_article'][$item->id] ?? 0 }}) @endforeach @include('uc.pagination', ['data' => $itemView['sub_category']]) @stop @section('js') @endsection
หมวดหมู่ที่น่าสนใจ
({{ $itemView['count_article'][$item->id] ?? 0 }})