@section('title', __('admin.dashboard.earn.title')) @extends('admin.layouts.admin') @section('scripts') @endsection @section('content')
{{ $widget->title }}
{{ $widget->title }}
{{ __("global.no_results") }}
@endif|
{{ __('global.name') }}
|
{{ __('global.services') }}
|
{{ __('admin.dashboard.earn.services.renewals_avg') }}
|
|||||
|---|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||||
| {{ $item->product->name }} | {{ $item->count }} | {{ number_format($item->renewals_avg, 2) }} | |||||
{{ __('billing.admin.subscriptions.earn.service_subscription_help', ['date' => $servicesFrom->format('d/m/y')]) }}
{{ __('admin.dashboard.earn.already_renewed') }}
{{ __('admin.dashboard.earn.service_can_renewal') }}
{{ __('billing.admin.subscriptions.earn.monthly_earn') }}
{{ __('billing.admin.subscriptions.earn.monthly') }}
{{ __('admin.dashboard.earn.average_periods') }}
{{ __('admin.dashboard.earn.average_service_price') }}
{{ __('billing.admin.subscriptions.earn.monthly_help') }}
{{ __('admin.dashboard.earn.gateway_canvas_help') }}
{{ __("global.no_results") }}
@endif @foreach ($gatewaysSources->items as $gateway) @if ($gateway['paymethod'] == 'none') @continue @endif{{ $gatewaysSources->names[$gateway['paymethod']] }}
{{ __("global.no_results") }}
@endif @foreach ($relatedBilled->items as $type){{ $relatedBilled->names[$type['type']] ?? $type['type'] }}
|
{{ __('store.total') }}
|
{{ __($key == 'last_orders' ? 'client.invoices.itemname' : 'global.name') }}
|
{{ __('global.created') }}
|
|||||
|---|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||||
| {{ formatted_price($item->total, $item->currency) }} | {{ collect($item->items)->where('type', $key == 'last_orders' ? 'service' : 'renewal')->pluck('name')->implode(', ') }} | {{ $item->created_at->format('d/m/y H:i') }} | |||||
|
#
|
{{ __('store.total') }}
|
{{ __('global.customer') }}
|
{{ __('admin.dashboard.earn.customer_from') }}
|
||||
|---|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||||
| @switch($offsetCustomers + $i) @case (0) @break @case (1) @break @case (2) @break @default {{ $offsetCustomers + $i + 1 }} @break @endswitch | {{ formatted_price($item->total_subtotal) }} | {{ $item->customer->fullName }} | {{ $item->customer->created_at->format('d/m/y H:i') }} | ||||