@extends('admin/layouts/admin') @section('title', __($translatePrefix . '.show.title', ['name' => $item->name])) @section('scripts') @endsection @section('content')
|
{{ __('client.services.renewals.period') }}
|
{{ __('global.invoice') }}
|
{{ __('store.price') }}
|
{{ __('client.services.renewals.date') }}
|
||
|---|---|---|---|---|---|
| #{{ $renewal->period }} | {{ $renewal->invoice->identifier() }} | {{ formatted_price($renewal->invoice->subtotal, $renewal->invoice->currency) }} | {{ $renewal->start_date->format('d/m/y') }} - {{ $renewal->end_date ? $renewal->end_date->format('d/m/y') : 'Undefined' }} | {{ __('global.view') }} | |
| {{ __('global.no_results') }} | |||||
|
{{ __('provisioning.config_option') }}
|
{{ __('global.value') }}
|
{{ __('client.services.expire_date') }}
|
{{ __('store.price') }}
|
||
|---|---|---|---|---|---|
| {{ $configoption->option->name }} | {{ $configoption->formattedValue() }} |
|
{{ $configoption->formattedPrice($item->currency) }} | {{ __('global.show') }} | |
| {{ __('global.no_results') }} | |||||
{{ __('provisioning.admin.services.configoptions.addoption_help') }}
@endif @endif|
{{ __('provisioning.admin.upgrade_services.old_product') }}
|
{{ __('provisioning.admin.upgrade_services.new_product') }}
|
{{ __('global.invoice') }}
|
{{ __('provisioning.admin.upgrade_services.upgraded') }}
|
{{ __('global.created') }}
|
|
|---|---|---|---|---|---|
| {{ $upgrade->oldProduct->trans('name') }} | {{ $upgrade->newProduct->trans('name') }} | @if ($upgrade->invoice == null) {{ __('global.none') }} @else {{ $upgrade->invoice->identifier() }} @endif | @if ($upgrade->upgraded) {{ __('global.yes') }} @else {{ __('global.no') }} @endif | {{ $upgrade->created_at->format('d/m/y H:i') }} | |
| {{ __('global.no_results') }} | |||||