Reporte de visitas

{{ $fechaInicio }} — {{ $fechaFin }}  |  Generado: {{ now()->format('d/m/Y H:i') }}

@foreach($visitas as $v) @endforeach
Nº Rep.RFVClienteCiudad EstadoFechaActividadComentarios LatLng
{{ $v['reporte'] }} {{ $v['rfv'] }} {{ $v['cliente'] }} {{ $v['ciudad'] }} {{ $v['estado'] }} {{ $v['fecha'] }} {{ $v['actividad'] }} {{ $v['observaciones'] }} {{ $v['coordenadas_l'] }} {{ $v['coordenadas_a'] }}

Muestras entregadas

@foreach($muestras as $m) @endforeach
ReporteClienteMaterialCantidad
{{ $m->Reporte }} {{ $m->Cliente }} {{ $m->Material }} {{ $m->Cantidad }}