@extends('layouts.admin.index') @section('content')
Customer: {{ $transaction->customer_ref_id }}
Total: {{ $transaction->total }}
Product ID: {{ $item->product_id }}
Quantity: {{ $item->quantity }}
Total: {{ $item->total }}
Option ID: {{ $option->option_id }} - Quantity: {{ $option->quantity }}
@endforeach