@extends('admin.layouts.main') @php $page_name = 'Sub Category'; @endphp @section('content')
| # | Sub Category | Category | Banner | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $subCategory->name }} | {{ $subCategory->category_name }} |
@if ($subCategory->banner)
@else
@endif
|
{{ $subCategory->active ? 'Active' : 'Inactive' }} |