@extends('base::app')
@section('content')
{!! ___('isp-access-dashboard-current-active-package-package') !!}
@if ($current_package)
({!! $current_package->title !!})
@endif
{!! ___('isp-access-dashboard-current-active-package-limits') !!}
{!! ___('isp-access-dashboard-current-active-package-expire') !!}
({!! $current_package->duration !!}{!! $current_package->duration_type !!})
{!! ___('isp-access-dashboard-logged-in-title') !!}
{!! ___('isp-access-dashboard-logged-in-instruction') !!}
{!! $subscriber->username !!}
{!! ___('isp-access-dashboard-login-title') !!}
{!! ___('isp-access-dashboard-login-instruction') !!}
{!! $featured_package->speed !!}
{!! $featured_package->speed_type == 'kilobyte' ? 'KB' : ($featured_package->speed_type == 'megabyte' ? 'MB' : 'GB') !!}
for {!! $featured_package->duration !!} {!! $featured_package->duration_type !!}
{!! number_format($invoice->total) !!}
{!! $currency->code !!}
{!! number_format($package->amount) !!}
{!! $currency->code !!}
{!! ___('isp-access-dashboard-no-package') !!}
{!! ___('isp-access-dashboard-no-package-instruction') !!}
@foreach ($user_packages as $user_package)
@if ($current_package->subscription_id != $user_package->subscription_id)
{!! ___('isp-access-dashboard-active-package-name') !!}
{!! ___('isp-access-dashboard-active-package-limits') !!}
{!! ___('isp-access-dashboard-active-package-expire') !!}
@endif
@endforeach
@if ($user_package)
{!! $user_package->title !!}
@endif
@if ($user_package->bundle)
{!! $user_package->bundle !!}{!! $user_package->bundle_type == 'kilobyte' ? 'KB' : ($user_package->bundle_type == 'megabyte' ? 'MB' : 'GB') !!}
@endif
@if ($user_package->speed)
@
{!! $user_package->speed !!}{!! $user_package->speed_type == 'kilobyte' ? 'KBps' : ($user_package->speed_type == 'megabyte' ? 'MBps' : 'GBps') !!}
@endif
@if ($user_package->duration)
{!! $user_package->duration !!}{!! $user_package->duration_type !!}
@endif
{!! date('d/m/y H:i', strtotime($user_package->end_date)) !!}
{!! ___('isp-access-dashboard-renew') !!}
{!! $featured_package->title !!}
{!! number_format($featured_package->amount) !!} {!! $currency->code !!}
{!! ___('isp-access-dashboard-nofeatured-title') !!}
{!! ___('isp-access-dashboard-nofeatured-instruction') !!}
{!! ___('isp-access-dashboard-quick-links') !!}
{!! ___('isp-access-dashboard-purchase-request') !!}
@foreach ($invoices as $invoice)
{!! $invoice->title !!}
{!! ___('isp-access-dashboard-purchase-request-date') !!}:
{!! date('d/m/y H:i', strtotime($invoice->created_at)) !!},
{!! ___('isp-access-dashboard-purchase-request-status') !!}: {!! $invoice->status !!}
{!! ___('isp-access-dashboard-package-title') !!}
@foreach ($packages as $package)
{!! $package->title !!}
{!! $package->description !!}, {!! ___('isp-access-dashboard-package-package') !!}:
{!! $package->package_title !!},
{!! ___('isp-access-dashboard-package-speed') !!}:
{!! $package->speed !!}
{!! $package->speed_type == 'kilobyte' ? 'KB' : ($package->speed_type == 'megabyte' ? 'MB' : 'GB') !!}
©2022 - {!! date('Y') !!}. {!! ___('isp-copy-right') !!}