@extends('client.layouts.app') @section('title', __('Dashboard')) @section('content') @if($message) @endif @if($notification)

OFFERTA SPECIALE

×
@endif
@if(auth()->user()->hasRole('administrator') || auth()->user()->hasRole('subuser')) @endif
STORICO ORDINI

@if($orders)
@foreach($orders as $order) @endforeach
Data N° ORDINE RIFERIMENTO
{{$order->created_at->format('Y-m-d')}} {{$order->id}} {{$order->order_products->first() ? $order->order_products->first()->customer_reference : 'N.D.'}} Dettaglio
VEDI TUTTI @else @endif
CATALOGHI

Listino Confidenziale

Lenti oftalmiche 2020

SCARICA

LENTI OFTALMICHE

Collezione 2020

SCARICA

CATALOGO COLORAZIONI

Catalogo Colorazioni 2020

SCARICA

UV400 E AR INTEGRA

Introduzione Scientifica

SCARICA

RELAX II

Soluzioni visive evolute per portatori digitali

SCARICA

AQT INGENIA

L’estrema sintesi della personalizzazione

SCARICA
@endsection