@extends('layouts.app') @section('title', 'Contacts') @section('page-title', 'Contacts') @section('content')
| Name | Phone | Company | Status | Actions | |
|---|---|---|---|---|---|
| {{ $contact->first_name }} {{ $contact->last_name }} | {{ $contact->email }} | {{ $contact->phone ?? '-' }} | {{ $contact->company_name ?? '-' }} | {{ $contact->status }} | View Edit |
| No contacts found | |||||