@extends('template.layout_admin') @section('content') @php $groupedItems = collect($listData)->groupBy('month'); @endphp

@endsection