@extends('layouts.frontendTemplate') @section('main') {{ $categoryView->name }} หน้าแรก หมวดหมู่ ประเพณี {{ count($itemView) }} หัวข้อ {{ $categoryView->name }} ค้นหา @foreach ($itemView as $item) + {{ $item->name }} {{ Carbon\Carbon::parse($item->due_date)->setTimezone('Asia/Bangkok')->locale('th_TH')->isoFormat('Do MMMM') }} {{ Carbon\Carbon::parse($item->due_date)->setTimezone('Asia/Bangkok')->locale('th_TH')->isoFormat('YYYY') + 543 }} @endforeach @include('uc.pagination', ['data' => $itemView]) {{-- ก่อนหน้า 1 2 3 ถัดไป --}} @stop @section('js') @endsection
{{ count($itemView) }} หัวข้อ