@extends('web.layouts.base') @section('titre') Mes Commandes @endsection @section('styles') {{-- --}} @endsection @section('content')

Commandes

Historique de commande
{{--
--}}
{{--
--}}
{{----}} @if (auth()->user()->id == '8') @endif {{-- --}} {{-- --}} @foreach($datas as $key => $item) {{----}} @if (auth()->user()->id == '8') @endif {{-- --}} {{-- --}} @endforeach
Commande IDClientProduitsDate MontantPayment MethodEtat Action
#VZ2101{{ $item->user->nom.' '.$item->user->postnom.' '.$item->user->prenom }}{{ $ }}{{ date('d-m-Y',strtotime($item->datecreate)) }}, {{ $item->created_at->format('H:m') }} {{ ($item->amount)}} $Mastercard{{ $item->statut == '0' ? 'En attente' : 'Expedié' }}
  • @if (auth()->user()->id == '8')
  • @endif {{--
  • --}}
@endsection @section('scripts') {{-- --}} @endsection