@extends('layouts.admin') @section('content')

Commandes en direct

@include('admin.live-order')
{{-- --}} {{-- --}} {{-- - --}} {{-- --}} {{-- --}}
Chargement ...
Id, Produits, Utilisateur
Addresse, Date, Numéro de téléphone
Surnom, Updated At, Statut, Total
@{{ order.id }}
@{{ order.fullname }}
@{{ order.products }}
@{{ order.city }}, @{{ order.address }} @{{ order.zip }}
@{{ order.phone }}
@{{ dateStr(order.created_at) }}
@{{ order.nickname }}
@{{ dateStr(order.updated_at) }} @{{ dateStr(order.updated_at) }} @{{ dateStr(order.updated_at) }} En attente Paiement terminé Rejeté
@{{ order.total }} €

Colissimo

Mondialrelais: @{{ order.pickup_id }}

Invoice PDF
@{{ item.id }}
@{{ item.products }}

@{{ dateStr(item.created_at) }}
@{{ dateStr(item.updated_at) }} @{{ dateStr(item.updated_at) }} @{{ dateStr(item.updated_at) }}
@{{ item.total }} €
@{{ item.id }}
@{{ item.products }}

@{{ dateStr(item.created_at) }}
@{{ dateStr(item.updated_at) }} @{{ dateStr(item.updated_at) }} @{{ dateStr(item.updated_at) }}
@{{ item.total }} €

Aucune commande disponible.

{{-- Livraison Mondial Relais--}} {{-- Order Info Modal--}}
@endsection @section('footer') @endsection