@extends('layouts.admin.base') @section('page-title') Plan Categories @endsection @section('content')
| Category Name | Category Color | Target Wallet | Date Added |
|---|---|---|---|
|
{{ $category->name }} |
{{ CATEGORY_COLORS[$category->color] }} |
{{ $category->target_wallet }} |
{{ timeAgo($category->created_at) }} |