Brand List

Brand List

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