@extends('layouts.default') @section('content')

List of Brands

@foreach($brands as $key => $brand) @endforeach
SR No Name Description Action
{{ ++$key }} {{ $brand->name }} {{ $brand->description }} Edit
@endsection