@extends('layouts.app')
@section('title', 'Contacts')
@section('content')
| {{ $label }} | @endforeachCompany | Type | Owner | |||
|---|---|---|---|---|---|---|
| {{ $contact->full_name }} @if ($contact->job_title){{ $contact->job_title }}@endif | @if ($contact->email){{ $contact->email }}@else — @endif @if ($contact->phone){{ $contact->phone }}@endif | {{ $contact->last_contacted_at?->diffForHumans() ?? '—' }} | {{ $contact->created_at->format('d M Y') }} | {{ $contact->company?->name ?? '—' }} | {{ $contact->owner?->name ?? '—' }} |