@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('content')
{{ __($translatePrefix. '.description') }}
|
#
|
{{ __('global.customer') }}
|
{{ __('global.service') }}
|
{{ __('provisioning.admin.upgrade_services.old_product') }}
|
{{ __('provisioning.admin.upgrade_services.new_product') }}
|
{{ __('global.invoice') }}
|
{{ __('provisioning.admin.upgrade_services.upgraded') }}
|
{{ __('global.created') }}
|
|---|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||||
| {{ $item->id }} | {{ $item->customer->excerptFullName() }} | {{ $item->service->name }} | {{ $item->oldProduct->trans('name') }} | {{ $item->newProduct->trans('name') }} | @if ($item->invoice == null) {{ __('global.none') }} @else {{ $item->invoice->identifier() }} @endif | @if ($item->upgraded) {{ __('global.yes') }} @else {{ __('global.no') }} @endif | {{ $item->created_at->format('d/m/y H:i') }} |