@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Admin Organization Plan')) @section('header-title')
| # | {{ __('Title') }} | {{ __('Price') }} | {{ __('Type') }} | {{ __('Active Status') }} | {{ __('Action') }} | |
|---|---|---|---|---|---|---|
| {{ generateID($plan->id) }} | {{ $plan->title }} | {{ currency($plan->price) }} | {{ $plan->plan_type }} |
@if (!$plan->is_active)
{{ __('De-Activated') }}
{{ __('Activated') }}
|
{{ __('Edit Plan') }} | |
{{ __('No Plans Available') }} |
||||||