@php $cat_name_active = $business->where('type', 'new_arrival')->first(); @endphp
{{ translate('View More') }}

{{@$cat_name_active->type_name}}

{{--
@foreach(\App\Product::where('published', 1)->where('new_arrival', '=', 1)->orderBy('created_at', 'desc')->take(20)->get() as $key => $product)
@if(home_base_price($product->id) != home_discounted_base_price($product->id)) {{ home_base_price($product->id) }} @endif {{ home_discounted_base_price($product->id) }}
{{ renderStarRating($product->rating) }}

{{ __($product->name) }}

@if (\App\Addon::where('unique_identifier', 'club_point')->first() != null && \App\Addon::where('unique_identifier', 'club_point')->first()->activated)
{{ translate('Club Point') }}: {{ $product->earn_point }}
@endif
@endforeach
--}}