@extends('layouts.app') @section('header-title', __('Bentornato,') . ' ' . Str::limit(auth()->user()?->name, 20)) @section('header-subtitle', __('Nel negozio Demma.')) @section('content') @if (app()->environment('local'))
{{ __('Total Orders') }}
{{ __('User Overview') }}
{{ Str::limit($shop->name, 30, '...') }}
{{ $shop->average_rating }}
{{ Str::limit($product->name, 30, '...') }}
{{ Str::limit($product->name, 30, '...') }}
{{ number_format($product->reviews->avg('rating'), 1) }} ({{ $product->reviews->count() }})