| {{ $key + 1 + ($listCategory->currentPage() - 1) * $listCategory->perPage() }} |
@php
$boards = [
'children_recursive' => $category->toArray(),
];
$newArray = \App\Http\Controllers\Controller::recurSubCategory($boards, []);
$newArray = call_user_func_array('array_merge', $newArray);
if (is_array($newArray) and sizeof($newArray) > 0) {
unset($newArray[0]);
}
@endphp
@foreach (array_reverse($newArray) as $lista)
- {{ ucfirst($lista) }} >
@endforeach
-
{{ ucfirst($category['name']) }}
|
{{ $category->name }}
| {{ \Carbon\Carbon::parse($category->is_restored)->format('Y-m-d h:i A') }} |
{{ \Carbon\Carbon::parse($category->created_at)->format('Y-m-d h:i A') }} |
@endforeach
@else