@extends('layouts.frontend.app') @section('title', 'Shopping Now') @section('content')
@foreach ($brands as $brand)
@endforeach
@endsection