@extends('layouts.app') @section('content')

Video Consultation

Doctor: {{ $appointment->doctor->user->name }}

Patient: {{ $appointment->patient->user->name }}

Status: {{ ucfirst($consultation->status) }}

Video provider: Jitsi Meet
Join Video Consultation @if($consultation->status === 'scheduled')
@csrf
@endif @if($consultation->status !== 'completed')
@csrf
@endif
@endsection