@extends('layout.master') @section('css') @endsection @section('main_content')

Brands table

@foreach ($brands as $key => $brand) @endforeach
ID Name Action
{{ ++$key }} {{ $brand->brandName }}
ID Name Action
@endsection @section('scripts') @endsection