@extends('admin.layouts.app') @section('title', $combo->name) @section('header', $combo->name) @section('content')
{{ $item->product->name }}
SKU: {{ $item->product->sku ?? 'N/A' }}
x{{ $item->quantity }}
R$ {{ number_format($item->product->price * $item->quantity, 2, ',', '.') }}