@extends('layouts.admin') @section('title', 'InstaKart Brands') @section('content')
Create brands and map InstaKart products to them.
| Brand | Sort | Status | Actions |
|---|---|---|---|
|
{{ $brand->name }}
{{ $brand->slug }}
|
{{ $brand->display_order }} | {{ $brand->is_active ? 'Active' : 'Inactive' }} | Edit |
| No InstaKart brands found. | |||