@extends('site.layout.layout') @section('title',__('Home')) @section('content')
{{ __('Categories') }}

{{ __('Browse by category') }}

{{ __('This Month') }}

{{ __('Distinctive products') }}

{{ __('View all products') }}
@if(count($offerProducts) > 0)
{{ __('Recently added') }}

{{ __('Product offers') }}

{{ __('View all offers') }}
@endif
{{ __('Recently added') }}

{{ __('Used products') }}

{{ __('View all products') }}
{{ __('Stores') }}
@forelse($verifications ?? [] as $verification)

{{ $verification->getTranslation('title',app()->getLocale()) }}

{{ __('View all stores') }}