@extends('layouts.app') @section('page-title', 'All Brands') @section('body-content') Products Brands All # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z @foreach ($brands as $key => $row) {{ $key }} @foreach ($row as $brand) {{ $brand['name'] }} @endforeach View More @endforeach @endsection @section('end-scripts') @endsection