@extends('front.inner-layout.app') @section('content')

My Appointments

{{-- @if( isset( $show_gateway_btn ) && $show_gateway_btn == 1 && $user->parent_id == '') Activate payment gateway @endif --}}
@include('front.inner-layout.header')
{{-- @include('front.inner-layout.appointment-sidebar') --}} {{--
--}}
{{-- getPracLists --}} @if(count($practitioner->serviceProvider) && count($practitioner->serviceProvider)!=1)
@endif @if(count($LocationsPract) && count($LocationsPract)!=1)
@endif
{{--@if($user->serviceProvider)--}} @if($practitioner->serviceProvider) @endif
@include('front.practitioner.appointments.edit_appointment') {{-- ///04-07-2024 --}} {{-- @include('front.practitioner.appointments.notesmodal') --}}
@endsection @section('css') @endsection @section('jss') @php $isvideo=0; if(Request::get('from')=="video"){ $isvideo=1; } $url=route("join",":roomName"); $url_replaced = preg_replace( '#^http://#','https://', $url ); // replace http with https ## @endphp