@extends('layouts.admin.base') @section('page-title') Plan Categories @endsection @section('content')
@include('admin.settings.layouts.sidebard')
@foreach ($categories as $category) @endforeach
Category Name Category Color Target Wallet Date Added

{{ $category->name }}

{{ CATEGORY_COLORS[$category->color] }}

{{ $category->target_wallet }}

{{ timeAgo($category->created_at) }}

@endsection @section('scripts') @endsection