@extends('admin.layouts.dashboard') @section('title', 'Content') @section('content') @php $categories = [ ['name' => 'Dining', 'count' => 120], ['name' => 'Shopping', 'count' => 85], ['name' => 'Travel', 'count' => 45], ['name' => 'Services', 'count' => 30], ]; @endphp
Manage categories and platform content.
{{ $cat['count'] }} partners
Last updated: 2 days ago
Last updated: 1 week ago