@extends('layouts.admin', ['heading' => $order->order_number]) @section('content')
@foreach ($order->items as $item)
{{ $item->quantity }} x {{ $item->product_name }} {{ $item->sku }}R{{ $item->line_total }}
@endforeach
@endsection