@extends('adminlte::page') @section('title', 'Reporte de Clientes') @section('plugins.Select2', true) @section('content_header')
| # | N° Documento | Cliente | Ubicación | Celular | @php $tiposPollo = \App\Models\TipoPollo::getAll(); @endphp @foreach($tiposPollo as $tipo)Precio {{ $tipo->descripcion }} | @endforeach
|---|---|---|---|---|---|
| {{ $cliente->id }} | {{ $cliente->documento }} | {{ $cliente->razon_social }} | {{ $cliente->direccion }} | {{ $cliente->celular }} | @foreach($preciosPorTipo as $precioData)@if($precioData['tiene_precio']) {{ number_format($precioData['precio'], 2) }} @else — @endif | @endforeach