@extends('layouts.authenticated') @section('content')
List of Brands
@csrf

@foreach($brands as $brand) @endforeach
# Entity Brand Enabled Action
{{ $i++ }} {{ $brand->entity }} {{ $brand->brand }} @if($brand->enabled == 1) Yes @else No @endif
@endsection @section('customjs') @endsection