@extends('layouts.master') @section('title', 'Contact Details - Udankhatola') @section('content')
| # | Contact Name | Mobile Number | Time | Actions | |
|---|---|---|---|---|---|
| {{ $counter }} | {{ $contact->contact_name }} | {{ $contact->email ?? '-' }} | {{ $contact->mobile_number }} | {{ $contact->time ?? '-' }} | {{-- Edit --}} {{-- Delete --}} |
| No contact details found. | |||||