@extends('layouts.admin') @section('page-title') Suivi Café @endsection @section('page-subtitle') Gestion du quota et des livraisons café @endsection @section('styles') @endsection @section('content')
| Date | Quantité | Adresse | Utilisateur | Actions |
|---|---|---|---|---|
|
{{ \Carbon\Carbon::parse($delivery['delivery_date'])->format('d/m/Y') }}
{{ \Carbon\Carbon::parse($delivery['created_at'])->format('H:i') }}
|
{{ number_format($delivery['quantity'], 0) }} kg |
{{ $delivery['address_short'] }}
|
||
|
Aucune donnée disponible pour cette période
|
||||