{{ __('company.subscriptions.current_subscription') }}
{{__('company.subscriptions.fields.package')}}
{{ $latest_company_package->package->name }}
{{__('company.subscriptions.fields.duration')}}
{{ __("company.subscriptions.fields.$latest_company_package->type") }}
{{__('company.subscriptions.fields.start')}}
{{ $latest_company_package->start->format('Y-m-d') }}
@else{{__('company.subscriptions.fields.trial_start')}}
{{ $latest_company_package->trial_start->format('Y-m-d') }}
@endif{{__('company.subscriptions.fields.end')}}
{{ $latest_company_package->end->format('Y-m-d') }}
@else{{__('company.subscriptions.fields.trial_end')}}
{{ $latest_company_package->trial_end->format('Y-m-d') }}
@endif{{__('company.subscriptions.fields.amount')}}
{{$latest_company_package->transaction->amount ?? 0}} {{ __('company.sar') }}
{{__('company.subscriptions.fields.charge_id')}}
{{ $latest_company_package->transaction->provider_id ?? __('company.subscriptions.not_paid_yet') }}
@endif @if ($packages->isNotEmpty()) @endif @endif