@extends('admin.master') @section('content')
Manage brand list, logo, slug and status
| # | Logo | Name | Slug | Description | Status | Created At | Action |
|---|---|---|---|---|---|---|---|
| {{ $brands->firstItem() + $key }} |
@if($item->logo)
|
{{ $item->name }} | {{ $item->slug }} | {{ \Illuminate\Support\Str::limit($item->description, 50) ?: 'N/A' }} | @if($item->is_active) Active @else Inactive @endif | {{ $item->created_at->format('d M Y') }} | |
| No data found | |||||||