@extends('layouts.master') @section('title') Televisit Appointments @endsection @section('headContent') @endsection @section('content')
Televisit Appointments
{{-- Filter section --}}
{{-- Office group select box--}} @if(count($officeGroupList) > 0)
@endif {{-- Office select box--}} @if(count($officeList) > 0)
@endif {{-- Provider select box --}} @if(count($providerList) > 0)
@endif {{-- Room select box --}} @if(count($roomList) > 0)
@endif {{-- Televisit status select box --}}
{{-- Search box --}}
@if(count($appointmentList) > 0) @else @endif
{{-- Appointment listing section --}}
@if(count($appointmentList) > 0)
@else

No appointments found for today.

@endif

No matching appointments found for today.

@endsection @section('customstyle') @endsection @section('customScript') @endsection