@extends('admin.layouts') @section('title', 'Category') @section('header') @endsection @section('content')
| SN | {{--TOWN | --}}NAME | IMAGE PREVIEW | TYPE | ACTION |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{--{{ optional($category->deliveryFeeMaster)->town ?? 'N/A' }} | --}}@if($category->category_type == 1) {{ $category->category_name }} @elseif($category->category_type == 2) {{ $category->subcategory_name }} (Linked to: {{ optional($category->parentCategory)->category_name ?? 'N/A' }}) @endif |
@if($category->category_img)
|
{{ $category->category_type == 1 ? 'Category' : 'SubCategory' }} |