@extends('layouts.meeting') @section('content')
{{--
Meeting Connecting... @{{ timeDisplay() }}
--}} @if(!$guest)
{{ $pro->name_display }} | {{ $pro->is_video_visit_assistant ? 'ASSISTANT' : 'MCP' }}
@{{ noNextPatient }}
@endif
Call in progress: @{{ timeDisplay() }}
@if($guest)
Please wait. Your doctor will be with you shortly...
@endif
>
@endsection