| Name | Image | Created at | Status | Default | Type | Action |
|---|---|---|---|---|---|---|
| {{ $pricing_plan->name }} |
@if ($pricing_plan->image)
|
{{ date_format($pricing_plan->created_at, 'd-m-Y') }} | {{ $pricing_plan->is_active ? 'Active' : 'Inactive' }} | {{ $pricing_plan->is_default ? 'Yes' : 'No' }} | {{ $pricing_plan->type }} |
@if (!$pricing_plan->trashed())
@else
{{-- restore --}}
{{-- delete permanently --}}
@endif
|