@extends('admin::layouts.master') @section('title', "Edit Order #{$order->order_number}") @section('content')
Created {{ $order->created_at->format('d M Y H:i') }}
{{ $item->product_name }}
€{{ number_format($item->price, 2) }} x {{ $item->quantity }}