@extends('layouts.frontendTemplate') @section('main')

{{ $subCategoryView->name }}

GREATER CHIANGMAI

{{ count($itemView) }} เรื่องราว

{{ $subCategoryView->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])
@stop @section('js') @endsection