{{ $plan->name }} |
@if ($type =='member')
@if($plan->type === 'basic')
W/O Targets
@elseif($plan->type === 'premium')
W Targets
@else
N/A
@endif
|
@if($plan->time_type == 'monthly')
Monthly
@elseif($plan->time_type == 'quarterly')
Quarterly
@elseif($plan->time_type == 'halfly')
Half-yearly
@elseif($plan->time_type == 'yearly')
Annually
@else
{{ Str::ucfirst($plan->time_type) }}
@endif
|
@endif
{{ $plan->price }} |
{{ $plan->created_at ? $plan->created_at->format('m/d/Y') : '' }} |
@if($type == 'member')
@endif
|
@empty