@extends('layouts.app') @section('title', 'Contacts') @section('breadcrumb')Contacts@endsection @section('content')
| Name | Type | Phone | Company | Location | ||
|---|---|---|---|---|---|---|
|
{{ $contact->initials }}
{{ $contact->full_name }}
|
{{ $contact->typeLabel() }} | @if($contact->email) {{ $contact->email }} @else —@endif | {{ $contact->phone ?? $contact->mobile ?? '—' }} | {{ $contact->company ?? '—' }} | {{ $contact->suburb ? $contact->suburb.', '.$contact->state : '—' }} | |
| No contacts found. | ||||||