@extends('layouts.backend.master') @section('content')

Appointment Details

Name: {{ $appointment->name }}

Gender: {{ $appointment->gender }}

Mobile: {{ $appointment->mobile }}

Email: {{ $appointment->email }}

Appointment Date: {{ $appointment->appointment_date }}

Message: {{ $appointment->message }}

Back to Appointments @endsection