@if($egreso->estado=='ANULADO') @endif
@php $logo=\DB::table('config')->first()->logo; @endphp

NOTA DE EGRESO

Nº:{{sprintf('%06d', $egreso->id)}}
ENVIA : {{$egreso->envia}} RECIBE: {{$egreso->recibe}}
FECHA : {{$egreso->fecha->format('d/m/Y')}} CONCEPTO:{{$egreso->destino}}
@foreach($egreso->detalle as $k=>$v) @endforeach
N CODIGO CANTIDAD TITULO VOL P.UNITARIO P.TOTAL OBS
{{$k+1}} {{$v->codigo}} {{$v->cantidad}} {{$v->titulo}} {{$v->volumen}} {{number_format($v->precio_unitario,2,',','.')}} {{number_format($v->precio_total,2,',','.')}} {{$v->obs}}
TOTAL {{$egreso->cant_total}}     {{ number_format($egreso["precio_total"],2,',','.') }}

Usuario:{{$egreso->user->name}}

 

 

 

--------------------------------------

ENTREGUE CONFORME

ENCARGADO DE ALMACEN

 

 

 

----------------------------------------

RECIBI CONFORME

 

 

obs:{{$egreso->obs}}

@section('scripts') @endsection