| @if($row->id !== 1 && $row->active_users_count == 0) @endif |
{{ $row->name }} |
{{ $row->price }} |
@if($row->days == 365) Yearly @elseif($row->days == 30) Monthly @else {{ $row->days }} Days @endif |
{{ $row->active_users_count }} |
@if($row->featured==1) Yes @else No @endif |
@if($row->is_trial==1) Yes @else No @endif |
{{ $row->created_at->diffforHumans() }} |
@can('plan.edit')
@endcan
@can('plan.show')
@endcan
|
@endforeach