@extends('storefront::public.layout') @section('title', trans('storefront::brands.brands')) @section('content')
@if ($brands->isNotEmpty())
@foreach ($brands as $brand) @endforeach
@else

{{ trans('storefront::brands.no_brand_found') }}

@endif
@endsection @push('globals') @vite([ 'modules/Storefront/Resources/assets/public/sass/pages/brands/main.scss', ]) @endpush