@extends('master.front') @section('meta') @endsection @section('title') {{__('Brand')}} @endsection @section('content')
@foreach (range('A', 'Z') as $letter) @endforeach
@foreach ($brands as $brand) {{ $brand->name }} @endforeach
@endsection