@extends('frontend.layouts.app') @section('content') {{ translate('All Brands') }} {{ translate('Home')}} "{{ translate('All Brands') }}" @foreach (\App\Brand::all() as $brand) @endforeach @endsection