@extends('layouts.app') @section('content')
# | Nombre | Código | Contacto | Tipo | Ultimo servicio realizado | Proximo seguimiento | Acciones |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | ({{ $customer->id }}) {{ $customer->name }} | {{ $customer->code }} | {{ $customer->contact_medium ? $contact_medium[$customer->contact_medium] : '-' }} | {{ $customer->serviceType->name }} | {{ $services }} | {{ $next_trackings->isNotEmpty() ? $next_trackings->first()->service->name . ' (' . $next_trackings->first()->next_date . ')' : 'Sin seguimientos' }} |