@extends('admin.layouts.app') @section('contents')

Product Brands

@forelse ($brands as $brand) @else Inactive @endif @empty @endforelse
No. Logo Name Status
{{ $loop->iteration }} {{ $brand->name }} @if($brand->is_active == 1) Active
No Data Available
@endsection