Ismael Gil Fernández
625 555 897 - 678 166 835
ismaelgilfernandez032@gmail.com
Distribuciones Grupo GF
NIF: 32899244K
Razón Social: Ismael Gil Fernández
Dirección: C\ Viscos, nº 12, La Barca de la Florida - 11570
Teléfono: 625 555 897 - 678 166 835
IBAN: ES17 2100 8511 0302 0008 8512
N.R.S: 40.082518/C
{{ strtoupper(str_replace('_', ' ', $type)) }}: {{ $serie }}
{{ $client->nombreComercial }}
NIF: {{ $client->nif }}
Razón Social: {{ $client->razonSocial }}
Dirección: {{ $client->direccion }}, {{ $client->ciudad }} {{ $client->codigoPostal }}
Teléfono: {{ $client->telf }}
Fecha: {{ date('d-m-Y', strtotime($date)) }}
@if($vencimiento !== null)
Fecha Vencimiento: {{ date('d-m-Y', strtotime($vencimiento)) }}
@endif @if(count($albaranes) > 1)
Albaranes: {{ implode(', ', $albaranes) }}
@endif
@foreach($products as $product) @endforeach
Nombre Cantidad Precio/Unid (€) Total (€) IVA (%) Lote
{{ $product->name }} {{ $product->quantity }} {{ number_format($product->price, 2) }} € {{ number_format($product->quantity * $product->price, 2) }} € {{ $product->iva_product }}% {{ $product->lote }}
@foreach($basesPorIva as $iva => $details) @endforeach @foreach($ivas as $iva => $amount) @endforeach @foreach($basesPorIva as $iva => $details) @if ($recargo > 0 && ($iva == 10 || $iva == 21 || $iva == 4)) @php $recargoPercent = $iva == 10 ? 1.4 : (($iva == 4) ? 0.5 : 1.40); $recargoPrice = $details['base'] * ($recargoPercent / 100); @endphp @endif @endforeach
BASE ({{ $iva }}%) {{ number_format($details['base'], 2) }} €
IVA ({{ $iva }}%) {{ number_format($amount, 2) }} €
Recargo ({{ $recargoPercent }}%) sobre IVA {{ $iva }}% {{ number_format($recargoPrice, 2) }} €
TOTAL {{ number_format($total, 2) }} €