@extends('admin.master') @section('content')
Manage sub category list, image, commission and status
| # | Image | Category | Name | Slug | Commission | Sort Order | Status | Created At | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $subCategories->firstItem() + $key }} |
@if($item->image)
|
{{ $item->category->name ?? 'N/A' }} | {{ $item->name }} | {{ $item->slug }} | {{ $item->commission_rate !== null ? number_format($item->commission_rate, 2) . '%' : 'N/A' }} | {{ $item->sort_order }} | @if($item->is_active) Active @else Inactive @endif | {{ $item->created_at->format('d M Y') }} | |
| No data found | |||||||||