@extends('admin.layouts.app')
@section('content')
{{ $user->email }}
{{ $user->phone }}
{{ $user->created_at->format('d/m/Y a H:i') }}
{{ $user->address_1 }}
@if($user->address_2){{ $user->address_2 }}
@endif{{ $user->postcode }} {{ $user->city }}
{{ $user->country }}
| N° | Statut | Total | Date |
|---|---|---|---|
| {{ $order->number }} |
|
{{ number_format($order->total, 2, ',', ' ') }} € | {{ $order->created_at->format('d/m/Y') }} |
| Aucune commande. | |||