@extends('layouts.admin') @section('title','Categories') @section('content')
| Category | Items | Status | |
|---|---|---|---|
|
@if($cat->image)
{{ $cat->name }}
@if($cat->name_bn){{ $cat->name_bn }} @endif
|
{{ $cat->food_items_count }} | {{ $cat->is_active ? 'Active':'Inactive' }} @if($cat->is_featured)Featured@endif | |
| No categories yet. | |||