Visit Lists

@forelse( $contact->visits as $visit ) @empty @endforelse
Visit ID User Name Visit Type Visited On
{{ $visit->visit_id }} {{ $visit->user->name }} @if( $visit->type == 'installation') Installation @elseif( $visit->type == 'maintenance') Maintenance @elseif( $ticket->type == 'survey') Important @else Other @endif {{ $visit->created_at->diffForHumans() }}