@extends('layouts.app') @section('page-title', 'Commandes Annulées') @section('page-subtitle', 'Liste des commandes annulées ou refusées') @section('content')
| # | 👤 Client | 📞 Téléphone | 📦 Produit | 💰 Total | 📅 Annulée le | 📝 Notes | ⚙️ Actions |
|---|---|---|---|---|---|---|---|
| {{ $order->id }} |
{{ $order->client_name }}
@if($order->category)
{{ $order->category_label }} @endif @if($order->client_city) 📍 {{ $order->client_city }} @endif |
{{ $order->client_phone }} |
{{ $order->products }}
Qté: {{ $order->quantity }} × {{ number_format($order->price, 2) }} MAD |
{{ number_format($order->total, 2) }} MAD |
{{ $order->cancelled_at ? $order->cancelled_at->format('d/m/Y') : '-' }}
{{ $order->cancelled_at ? $order->cancelled_at->format('H:i') : '' }} |
{{ Str::limit($order->notes ?? '-', 50) }} |
|
Essayez de modifier vos filtres
Réinitialiser les filtres @endif