@hasrole('admin') @if ($temVendedores) {{-- top selling --}}

{{ __('Top selling vendors') }}

{{-- listview --}}
{{-- Top rated Vendors --}}

{{ __('Top rated Vendors') }}

{{-- listview --}}
@foreach ($topRatedVendors ?? [] as $vendor)

{{ $vendor->name }}

{{ $vendor->rating ?? 0 }}

@endforeach
@endif {{-- Top customers --}}

{{ __('Top Buying Customers') }}

{{-- listview --}}
{{-- Top selling products --}} {{-- so com modulo de produto ligado --}} @showProduct

{{ __('Top selling Products') }}

{{-- listview --}}
@endshowProduct @else {{-- my Top selling products --}}

{{ __('Top selling Products') }}

{{-- listview --}}
@endhasrole