@extends('layouts.pdf') @section('css') {!! Html::style('css/pdf.albaran.css') !!} @endsection @section('header') @endsection @section('body')
Nº ALBARÁN: {{ $obj->numero }} Nº PEDIDO: {{ $obj->pedido_libro->id }} FECHA: {{ $fecha_albaran_real_at ? $fecha_albaran_real_at->format('d/m/Y') : '-' }}
Cliente:
{{ $obj->customer_nombre }}
Att: {{ $obj->customer_att }}
{{ $obj->customer_address }}
@if($obj->mostar_precios) @endif @foreach($obj->lineas as $linea) total; ?> @if($obj->mostar_precios) @endif @endforeach @if ($total < 5) @for ($i = $total; $i < 7; $i++) @if($obj->mostar_precios) @endif @endfor @endif
Nº Unid. Título ISBN Ref. Cliente Cajas Ejempl./Cajas€/ud. Subtotal
{{ $linea->cantidad }}
{{ $linea->descripcion }}
{{ $linea->isbn }}
{{ $linea->ref_cliente }}
{{ $linea->cajas }} {{ $linea->ejemplares_por_caja }}
{{ float_to_str($linea->precio_unidad) }}
{{ float_to_str($linea->total) }}
@if($obj->mostar_precios) @endif
RECIBÍ TOTAL {{ float_to_str($total_precio) }}
@endsection