@extends('layoutAdmin') @section('content1') @include('errors.list')
| # | Proizvod | Veličina | Količina | Ime i Kontakt | Napomena | Datum | Akcije |
|---|---|---|---|---|---|---|---|
| {{ $order->id }} | {{ isset($sizes[$order->variation]) ? $sizes[$order->variation] : '' }} | {{ $order->quantity }} | {{ $order->name }}, {{ $order->email }}, {{ $order->phone }} | {{ $order->note }} | {{ $order->created_at }} |