@extends('admin.layouts') @section('title', 'Category') @section('header') @endsection @section('content')
| SN | TOWN | IMAGE PREVIEW | NAME | TYPE | ACTION | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $category->deliveryFeeMaster ? $category->deliveryFeeMaster->town : 'N/A' }} |
@if($category->image)
|
{{ $category->name }} | {{ $category->type == 1 ? 'Category' : 'SubCategory' }} | {{----}} |