@extends('client.layouts.app') @section('title', __('Orders')) @section('content')
@if($orders) @component('components.scroll-pagination', [ 'action' => action('Client\OrderController@index'), 'last_page' => $orders->lastPage() ])
STORICO ORDINI

DATA
N° ORDINE
RIFERIMENTO CLIENTE
EUROBONUS

@endcomponent @else
@endif @endsection