@extends('admin.master') @section('content')
| SL | Image | Name | Slug | Status | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if($imagePath && file_exists(public_path($imagePath)))
No Image
@endif
|
{{ $value->name }} | {{ $value->slug }} | @if($value->status == 1) Active @else Inactive @endif | Edit @if($value->status == 1) @else @endif |
| No brand found | |||||