Hi All,
For {{ $company->company_name }}, the plan has expired on
{{ \Carbon\Carbon::parse($company->plan_expiry_date)->format('d M Y') }},
and {{ $total }} testpins have been deleted. Below is the breakup for your reference.
| Question Type |
No. of testpins |
@forelse(($deletedCategories ?? []) as $item)
| {{ $item['question_type_category_name'] }} |
{{ $item['deletable_count'] }} |
@empty
| No items found |
@endforelse
| Total |
{{ $total }} |
You can check the details through ops portal:
Location: Accounts → Account Management → PRO → Actions → Testpin Details
Click here to login
Regards,
HireMee
|
|
|
|