@if ($gatewayError == true)
{{ __('Gateway is set to use sandbox. Please set mode to development!') }}
@endif {{ __('Status') }} {{ __('Type') }} {{ __('Name') }} {{ __('Price') }} {{ __('Frequency') }} {{ __('Updated At') }} {{ __('Actions') }} @foreach ($plans as $entry) {{ $entry->active == 1 ? __('Active') : __('Passive') }} {{ $entry->type == 'prepaid' ? __('Token Pack') : __('Subscription') }} {{ $entry->name }} {{ $entry->price }} {{ $entry->type == 'prepaid' ? __('One Time') : __(formatCamelCase($entry->frequency)) }}

{{ date('j.n.Y', strtotime($entry->updated_at)) }} {{ date('H:i:s', strtotime($entry->updated_at)) }}

@if ($app_is_demo) @else @endif @endforeach