@extends('front.practitioner.import.template.import') @section('content')
| Your plan @isset($myPlan) @if ($myPlan->plan_id == 2)Premium @elseif($myPlan->plan_id == 1)Starter @endif @endisset |
Service provider/ s @isset($ServiceProvider) {{$ServiceProvider}} @endisset |
Cost @isset($myPlan) @if ($myPlan->plan_id == 2)$25 @elseif($myPlan->plan_id == 1)$0 @endif @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 |
|---|
| Date | Invoice number | Description | Amount | |
|---|---|---|---|---|
| {{date('d/m/Y', strtotime($historys->created_at))}} | {{--{{$historys->plan_invoice_number}} | --}}{{$historys->plan_invoice_number}} | {{$historys->plan_description}} | ${{number_format( preg_replace("/[^0-9.]/", "", ($historys->paid_amount)?? 0.00),2) ?? "0.00"}} |
| 27/12/22 | 0022 | Plan Renewal | $29.00 | |
| 23/11/22 | 0012 | Plan Renewal | $29.00 |