@isset($page_title) {{$page_title}} @endisset
| # | Title | Amount | Points | Is Active | Action | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{$key+1}} |
{{$plan->title}} |
@if($plan->amount != $plan->discounted_price)
|
@foreach ($plan->points as $point)
{{$point}} @endforeach |
@if($plan->status) Active @else Not Active @endif | @can('plan-edit') @endcan | |||||
Nothing Found |
||||||||||