@extends('front.patient.inner-layout.app') @section('page_tab_title' ,"My Appointments") @section('content')

My Appointments

@include('front.patient.inner-layout.header')
@if(!$upcomingAppointments->isEmpty() || !$oldAppointments->isEmpty() )
{!! $slider !!}
@else

You have no appointments

Your upcoming appointments will automatically show here once booked with your service provider. Coming soon, you'll also be able to book appointments via our wellness directory.

View Service Providers
{!! $slider !!}
@endif
@endsection @section('modals') @endsection @section('css') @endsection @section('js') @endsection