@lang('admin.plans')
@lang('admin.create')@lang('admin.image') | @lang('admin.name') | @lang('admin.package') | @lang('admin.period') | @lang('admin.notify') | @lang('admin.status') | @lang('admin.created_at') | @lang('admin.actions') |
---|---|---|---|---|---|---|---|
@if ($plan->image_path)
|
{{ $plan->name }} | @php $package = json_decode($plan->package,true) @endphp{{ $package[0] }} | {{ $plan->period }} | @php $notifies = json_decode($plan->notify, true); @endphp @if (isset($notifies) && $notifies) {{ implode(', ', array_map(function($notify) { return \App\Models\Plan::$notify[$notify]; }, $notifies)) }} @endif | @if ($plan->status == 1) @lang('user.active') @else @lang('user.Inactive') @endif | {{ $plan->created_at }} |