|
|
{{ $item['nombre'] }} |
{{ number_format($item['cantidad'],2) }} |
{{ number_format($item['monto'],2) }} |
{{ $item['unidad_medida'] }} |
{{ $item['tiempo_entrega'] }} |
{{ optional($formasEntrega->firstWhere('id', $item['forma_entrega_id']))->nombre }} |
{{ $item['lugar_entrega'] }} |
{{ optional($formasPago->firstWhere('id', $item['forma_pago_id']))->nombre }} |
{{ collect($tiposGarantia)->whereIn('id', $item['tipo_garantia_id'])->pluck('nombre')->join(', ') }} |
{{ $item['multa'] }} |
{{ number_format($item['monto'] * $item['cantidad'],2) }} |
@endforeach
@if(count($items) === 0)