Use Code "FIRSTFIVE" & Get 5% OFF | Min. Purchase value ₹ 499
@auth
@if (Auth::user()->avatar_original != null)
@else
@endif
Hello! {{ Auth::user()->name }}
@else

Hello! User

@endauth
@if (Auth::check() && Auth::user()->user_type == 'seller')
{{translate('Your earnings (current month)')}} {{ single_price_new(0) }}
{{translate('Total earnings')}}: {{ single_price_new(0) }}
{{translate('Last Month earnings')}}: {{ single_price_new(0) }}
@endif
{{translate('CATEGORIES')}} {{ translate('See All') }} >
    @foreach ($categories as $key => $category) @php $brands = array(); @endphp
  • {{ __($category->name) }} {{ __($category->name) }} @if($category->subcategories_count > 0)
    @endif
  • @endforeach