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

Ordres

{{-- --}} {{-- --}}
Chargement...
Id Produits Utilisateur E-Mail Telephone Adresse Date Type Coupon utilisé Remise Expédition Total Statut Actions
@{{ order.id }} Clique pour voir @{{ order.name }} @{{ order.email }} @{{ order.tel }} @{{ order.city }}, @{{ order.address }} @{{ order.zip }} @{{ dateStr(order.created_at) }} Livraison Ramasser @{{ order.coupon }} @{{ order.discount }} @{{ order.shipping_fee }} @{{ order.sum }} En attente Commande expédiée Commande prête pour le ramassage Commande terminée Commande annulée

Aucune commande disponible.

{{-- Order Info Modal--}} {{-- Cancel Order Info Modal--}}
@endsection @section('footer') @endsection