@extends('home_layout.master_sidebar') @section('page_styles') @stop @section('breadcrumbs') @include('home_layout.breadcrumb', [ 'title' => 'Contacts', 'breadcrumbs' => [ ['title' => 'Home', 'link' => '#'], ['title' => 'Contacts', 'link' => '#'] ] ]) @stop @section('content')
Name | Phone | Address | Last Booking | Actions | |
---|---|---|---|---|---|
{{ strtoupper(substr($contact->name, 0, 1)) }}
|
{{ $contact->email }} | {{ $contact->phone ?? 'N/A' }} | {{ $contact->address ?? 'N/A' }} | @if($contact->bookings->count()) {{ $contact->bookings->last()->start_time }} @else N/A @endif | Edit Invite Schedule Service |
No contacts found. |