@extends('layouts.admin') @section('content')
Product Brand Management
@if(count($brand) > 0) @foreach($brand as $index => $val) @endforeach @endif
No. Brand Name Action
{{$index + 1}} {{$val->name}}
@endsection