@extends('superadmin.layouts.app') @section('title', 'Utenti') @section('content')
Utenti cod. {{ $user->code }}
Vendita cod. {{ $shop->code ?? 'N/A' }}
@if ($shop->contact && $shop->contact->address){{ $shop->contact->city }} {{ $shop->contact->address }}, {{ $shop->contact->postal_code }}
@elseN/A
@endifADMIN
{{ $shop->owner->full_name ?? $shop->owner->username }}
COLLABORATORI
{{ $user->full_name ?? $shop->owner->username }}
| Data | N° ORDINE | RIFERIMENTO CLIENTE | TOTALE | SPECIAL TOTALE | EUROBONUS | |
|---|---|---|---|---|---|---|