@extends('layouts.pdf') @section('content')

.

{{ $transfer['transfer_from'] }} {{ $torigen['name'] }}
{{ $transfer['transfer_to'] }} {{ $tdestino['name'] }}
{{ $transfer['user_create'] }} {{ $transfer['created_at'] }}
{{ $transfer['user_tpe'] }} {{ $transfer['date_tpe'] }}
{{ $transfer['date_tpr'] }} {{ $transfer['date_tpr'] }}

TRASLADO N°

{{ $transfer['tp'] }}

barcode

{{ $transfer['vendor'] }}

{{ $transfer['brand'] }}

{{ $brand['Description'] ?? '' }}

Obsevaciones:

{{ $transfer['commits'] }}

Fecha:

{{ $transfer['created_at'] }}

@foreach ($transfer['detail'] as $item)
Barras Referencia Descripcion Q Precio
( ! ) Notice: Undefined variable: item in C:\wamp64\www\proyects\POS\resources\views\pdf\transfer.blade.php on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0002360096{main}( )...\transfer.blade.php:0

( ! ) Notice: Undefined property: stdClass::$price in C:\wamp64\www\proyects\POS\resources\views\pdf\transfer.blade.php on line 118
Call Stack
#TimeMemoryFunctionLocation
10.0002360096{main}( )...\transfer.blade.php:0

( ! ) Notice: Undefined property: stdClass::$quantity in C:\wamp64\www\proyects\POS\resources\views\pdf\transfer.blade.php on line 118
Call Stack
#TimeMemoryFunctionLocation
10.0002360096{main}( )...\transfer.blade.php:0

( ! ) Notice: Undefined property: stdClass::$quantity in C:\wamp64\www\proyects\POS\resources\views\pdf\transfer.blade.php on line 119
Call Stack
#TimeMemoryFunctionLocation
10.0002360096{main}( )...\transfer.blade.php:0
@if ($transfer['tp'] == 'TP-0001337' && in_array($item['barras'], ['9878901235433', '9710594904188']))
@else
barcode
@endif {{ $item->item_no }} {{ $item->brand }} - {{ ucfirst(mb_strtolower($item->description)) }} {{ number_format($item->quantity, 0) }} ${{ number_format($item->price, 0) }} @endforeach TOTAL {{ number_format($totalUnidades) }} ${{ number_format($totalValor) }}

FIRMA AUTORIZADA:

ACEPTACIÓN DEL CLIENTE:

Original

@endsection