@extends('front::layouts.master', ['title' => 'برند ها']) @push('meta') @endpush @section('content') {{ trans('front::messages.products.home') }} برندها @if ($brands->count()) @foreach ($brands as $brand) {{ $brand->name }} @endforeach @else @include('front::partials.empty') @endif @endsection @push('scripts') @endpush