@extends('adminlte::page') @section('title', $supplierOrderTemplate->name . ' - Şablon Detayı') @section('content')
| # | Tedarikçi Ürünü | İç Ürün | Ambalaj | Varsayılan Miktar |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ optional($item->supplierProduct)->name ?? '-' }} | {{ optional($item->supplierProduct?->internalProduct)->name ?? '-' }} | {{ optional($item->packageType)->name ?? '-' }} | {{ number_format($item->default_quantity, 2) }} |