@extends($activeTemplate.'layouts.frontend') @section('content') @if($brands->count() > 0) @foreach($brands as $item) {{__($item->name)}} @endforeach @else No brands Available @endif
No brands Available
@lang('Copy and paste this code at')