@inject('cart', 'App\Blueprint\Services\CartServices')
| {{ _t('register.Image') }} | {{ _t('register.Name') }} | {{ _t('register.Slug') }} | {{ _t('register.Price') }} | {{ _t('register.PV') }} | |
|---|---|---|---|---|---|
| @if($package->image != null)
|
{{ $package->name }} | {{ $package->slug }} | {{currency( $package->price) }} | {{ $package->pv }} | {{-- --}} {{-- --}} {{-- --}} status) style="width: 45px;" class="btn red ladda-button changeStatus ladda-button inactivate" title="Inactivate" @else class="btn blue ladda-button changeStatus ladda-button activate" style="width: 45px;" title="Activate" @endif data-id="{{ $package->id }}" data-style="contract" href="javascript:"> @if($package->status) @else @endif |