@extends('frontend.layouts.web.app') @section('content') {{ translate('All Brands') }} {{ translate('Home') }} {{ translate('All Brands') }} @foreach ($brands as $brand) @endforeach @endsection