@extends('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