@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Subscription Trash List')) @section('header-title')
| # | {{ __('Title') }} | {{ __('Price') }} | {{ __('Type') }} | {{ __('Active Status') }} | {{ __('Action') }} | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $plan->title }} | {{ currency($plan->price) }} | {{ $plan->plan_type }} |
@if (!$plan->is_active)
{{ __('De-Activated') }}
{{ __('Activated') }}
|
{{ __('Restore') }} | |
{{ __('No Plans Available') }} |
||||||