@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')
@if(count($practitioner->serviceProvider) && count($practitioner->serviceProvider)!=1)
@endif
@if(count($LocationsPract) && count($LocationsPract)!=1)
@endif
{{--@if($user->serviceProvider)--}} @if($practitioner->serviceProvider) @endif

Lina Lopez

@if($practitioner->serviceProvider) @else @endif
@include('front.practitioner.appointments.edit_appointment') @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 ); @endphp