@extends('layouts.app') @section('content')
| Name | Status | Stage | Phone | Actions | |
|---|---|---|---|---|---|
| {{ $contact->first_name ?? $contact->name }} {{ $contact->last_name ?? '' }} | {{ $contact->status }} | {{ $contact->stage }} | {{ $contact->phone1 ?? $contact->phones->pluck('phone')->first() ?? 'N/A' }} | {{ $contact->email1 ?? $contact->emails->pluck('email')->first() ?? 'N/A' }} |