Appointments
| S.N. | Name | Phone | Call Type | Date | Time | Action | |
|---|---|---|---|---|---|---|---|
| {{ $appoint->hash_code ?? ''}} | {{ $appoint->name }} | {{ $appoint->email }} | {{ $appoint->phone }} | {{ ucfirst($appoint->call_type) }} | {{ $appoint->date }} | {{ $appoint->time ?? '' }} | View Details |
@extends('layouts.admin-layout') @section('title', 'All Appointment Listing') @section('content')
| S.N. | Name | Phone | Call Type | Date | Time | Action | |
|---|---|---|---|---|---|---|---|
| {{ $appoint->hash_code ?? ''}} | {{ $appoint->name }} | {{ $appoint->email }} | {{ $appoint->phone }} | {{ ucfirst($appoint->call_type) }} | {{ $appoint->date }} | {{ $appoint->time ?? '' }} | View Details |