@extends('backend.layout') @section('content')
@endif
@if ($currMemb->is_trial == 1) ({{ __('Expire Date') . ':' }} {{ Carbon\Carbon::parse($currMemb->expire_date)->format('M-d-Y') }}) {{ __('Trial') }} @else ({{ __('Expire Date') . ':' }} {{ /* $currPackage->term === 'lifetime' ? 'Lifetime' : */Carbon\Carbon::parse($currMemb->expire_date)->format('M-d-Y') }}) @endif @if ($currMemb->status == 0)
@endif @else {{ __('Add Package') }} @endif@if ($currPackage->term != 'lifetime' && $nextMemb->is_trial != 1) ( Activation Date: {{ Carbon\Carbon::parse($nextMemb->start_date)->format('M-d-Y') }}, Expire Date: {{ $nextPackage->term === 'lifetime' ? 'Lifetime' : Carbon\Carbon::parse($nextMemb->expire_date)->format('M-d-Y') }}) @endif @if ($nextMemb->status == 0)
@endif @else @if (!empty($currPackage)) {{ __('Add Package') }} @else - @endif @endif| {{ __('Title') }} | {{ __('Approval Status') }} | {{ __('Status') }} | {{ __('Actions') }} | |
|---|---|---|---|---|
| {{ strlen(optional($property->PropertyContent)->title) > 40 ? mb_substr(optional($property->PropertyContent)->title, 0, 40, 'utf-8') . '...' : optional($property->PropertyContent)->title }} |
|