@extends('layouts.site') @section('title', 'Comenzi') @section('content')
@include('partial.logout-link') @include('partial.logout-form')
@foreach($orders as $order) @endforeach
Nr. comandă Dată Cantitate Preț Status
Nr. comandă # {{ $order->code }} Dată {{ $order->created_at }} Cantitate 1 buc Preț {{ $order->total }} {{ $order->status }}
@endsection