SR.NO
Brand Name
Active Status
@if(!empty($master_brand)) @php $i = 1; @endphp @foreach($master_brand as $key => $value)
{{ $i++ }}
{{ $value->brand_name}}
{{ !empty($value->is_active) ? 'Yes' : 'No' }}
@endforeach @else
No Data Found
@endif