@extends('superadmin.layouts.app') @section('title', 'EUROBONUS') @section('content') @include('superadmin.partials.alerts')

{{$shop->name}}

cod. {{$shop->owner->code}}

{{strtoupper($shop->contact->city)}} {{$shop->contact->address}} {{$shop->contact->postal_code ? ', ' . $shop->contact->postal_code : ''}}

Saldo
{{$shop->owner->eurobonus}}
@if (method_exists(App\Models\Order\Order::class, 'getSortingAttributes')) @include('superadmin.partials.sorting-dropdown', [ 'attributes' => App\Models\Order\Order::getSortingAttributes() ]) @endif
@csrf @method('PUT')

1 EUROBONUS / €

€ 1,00
€ 100,00
@component('components.scroll-pagination', [ 'action' => action('Superadmin\EurobonusController@edit',$shop->id), 'last_page' => $orders->lastPage() ])
Data N° ORDINE RIFERIMENTO CLIENTE TOTALE SPECIAL TOTALE EUROBONUS
@endcomponent
@endsection