@include('pdf.styles')
@include('pdf.partials.header-pdf', ['empresa' => $empresa, 'title' => 'REPORTE DE CLIENTES | '. $empresa->name])| # | DOCUMENTO | RAZON SOCIAL | CLIENTE | CELULAR | @php $tiposPollo = \App\Models\TipoPollo::getAll(); @endphp @foreach($tiposPollo as $tipo)Precio {{ $tipo->descripcion }} | @endforeach
|---|---|---|---|---|
| {{ $cliente->id }} | {{ $cliente->documento }} | {{ $cliente->razon_social }} | {{ $cliente->celular }} | @foreach($preciosPorTipo as $precioData)@if($precioData['tiene_precio']) {{ number_format($precioData['precio'], 2) }} @else — @endif | @endforeach