@extends('layouts.app') @section('title', 'Video Consultation') @section('content')
Patient: {{ $appointment->patient->full_name }}
Doctor: {{ $appointment->doctor ? $appointment->doctor->full_name : 'Not Assigned' }}
Room ID: {{ $appointment->video_call_room_id }}
No video call room ID available for this appointment.
Please contact support or create a new appointment.