@extends('adminlte::page') @section('title', $orderTemplate->name) @section('content')
| # | Ürün | Ambalaj Türü | Varsayılan Miktar |
|---|---|---|---|
| {{ $index + 1 }} | {{ optional($item->product)->name ?? '-' }} | {{ optional($item->packageType)->name ?? '-' }} | {{ number_format($item->default_quantity, 2) }} |