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

Brands

@foreach ($brands as $brand) @endforeach
Id Name Action
{{$brand->id}} {{$brand->name}} Edit Delete
@endsection