{{-- resources/views/video-conference.blade.php --}} @extends('layouts.app') @section('title', 'Video Conference') @section('content')
Appointment Call
Preparing meeting…
Waiting for the other participant…
Ask them to open the same appointment link.
@endsection @push('styles') @endpush @push('scripts') @endpush