@extends('layouts.site') @section('title', 'Comenzi') @section('content') Home Dashboard Bine ai venit, {{ auth()->user()->name }} Comenzi Favorite Adrese Detalii cont @include('partial.logout-link') @include('partial.logout-form') Nr. comandă Dată Cantitate Preț Status @foreach($orders as $order) Nr. comandă # {{ $order->code }} Dată {{ $order->created_at }} Cantitate 1 buc Preț {{ $order->total }} {{ $order->status }} @endforeach @endsection