@extends('admin.layouts.contentLayoutMaster') @section('title','Banner View') @section('pagelevelcss') @stop @section('content')
PatientName: | {{$getpatientAppointmentview->patientname}} |
Email: | {{$getpatientAppointmentview->email}} |
Date of Birth: | {{$getpatientAppointmentview->dob}} |
Contact: | {{$getpatientAppointmentview->contact}} |
TestName: | {{$getpatientAppointmentview->testname}} |
Price: | {{$getpatientAppointmentview->price}} |
Appointment Date: | {{$getpatientAppointmentview->date}} |
Appointment Time: | {{$getpatientAppointmentview->time}} |
Appointment Status: | {{ $getpatientAppointmentview->appointment_status }} |