ID |
Brand Name |
Description |
Brand Logo |
Status |
Action |
@if($brand == "" && $brand->isEmpty())
No data found. |
@else
@foreach($brand as $key => $item)
{{ $key + 1 }} |
{{ $item->name }} |
{{ $item->description }} |
@if($item->logo)
@else
No Image
@endif
|
{{ $item->status }} |
|
@endforeach
@endif
@include('admin.layouts.footer')