@extends('front.practitioner.import.template.import') @section('content')
${{$monthlyCost}} due today
| Your plan @isset($myPlan) @if ($myPlan->plan_id == 2)Premium ${{round($myplan_cost->pricem,0)}} pm @elseif($myPlan->plan_id == 1)Starter ${{round($myplan_cost->price,0)}} pm @endif @endisset |
Additional Service provider/s @isset($existingCalendars) {{$existingCalendars}} @endisset |
Cost @isset($monthlyCost) ${{$monthlyCost}}@endisset pm |
@isset($myPlan_history)
@if($myPlan_history->is_pay == 0)
Trial expires {{date('d/m/Y', strtotime($end_date))}} |
@elseif($myPlan_history->is_pay == 1)
Renewes {{date('d/m/Y', strtotime($end_date))}} |
@else
@endif
@endisset
{{-- Close account | --}}
|---|
| Service Provider | Profession | Status | {{-- | --}} | ||
|---|---|---|---|---|---|---|
![]() |
{{$parent->first_name.' '.$parent->last_name}} | {{getProfessionHelper($parent->id) == 'Not specified' ?'Administrator': getProfessionHelper($parent->id)}} | {{--{{$parent->status}} | --}}Business owner | ||
![]() |
{{$ServiceProviders->first_name.' '.$ServiceProviders->last_name}} | @if ($ServiceProviders->assign_calenders_id == '' || $ServiceProviders->assign_calenders_id == null)Unassigned @else {{getProfessionHelper($ServiceProviders->assign_calenders_id) == 'Not specified' ?'Administrator': getProfessionHelper($ServiceProviders->assign_calenders_id)}} @endif | @if ($ServiceProviders->status == 'deactivate')deactivated @else{{$ServiceProviders->status}} @endif | @if($ServiceProviders->status == 'active')Deactivate | @endif @if($ServiceProviders->status == 'deactivate')Reactivate | @endif @if($ServiceProviders->status == 'pending' || $ServiceProviders->status == 'unassigned')@endif |