@extends('admin.layouts.main-layout') @section('title', 'Manage Categories') @section('content')
| S. No. | {{--Reference Type | --}}Category Label | Category Generated ID | Category Position | Category Icon | Status | Actions |
|---|---|---|---|---|---|---|---|
| 1. | {{--@if ($categories->reference_type == 'blog') Blogs @else Others @endif | --}}{{ $categories->category_label }} | {{ $categories->category_generated_id }} | {{ $categories->position_order }} | @if (!empty($categories->category_icon)) @endif |
|
|