@extends('layouts.app') @section('title', 'Contacts') @section('page-title', 'Contacts') @section('content')
| Name | Phone | Push Name | Type | Added |
|---|---|---|---|---|
| {{ $contact->name ?? '-' }} | {{ $contact->phone }} | {{ $contact->push_name ?? '-' }} | {{ $contact->is_group ? 'Group' : 'Contact' }} | {{ $contact->created_at->diffForHumans() }} |
| No contacts yet. Contacts will appear here after syncing with your device. | ||||