@extends('frontend::layouts.master') @section('content')
{{__('frontend.expiring_on')}} {{ \Carbon\Carbon::parse($activeSubscriptions->end_date)->format('d F, Y') }}
@else{{__('frontend.not_active_subscription')}}
@endif{{__('frontend.date')}} | {{__('frontend.plan')}} | {{__('dashboard.duration')}} | {{__('frontend.expiry_date')}} | {{__('frontend.amount')}} | {{__('frontend.tax')}} | {{__('frontend.total')}} | {{__('frontend.payment_method')}} | {{__('frontend.status')}} | {{__('frontend.invoice')}} |
---|---|---|---|---|---|---|---|---|---|
{{ __('frontend.subscription_history_not_found') }} | |||||||||
{{ \Carbon\Carbon::parse($subscription->created_at)->format('d/m/Y') }} | {{ $subscription->name }} | {{ $subscription->duration }} {{ $subscription->type }} | {{ \Carbon\Carbon::parse($subscription->end_date)->format('d/m/Y') }} | ${{ number_format($subscription->amount, 2) }} | ${{ number_format($subscription->tax_amount, 2) }} | ${{ number_format($subscription->total_amount, 2) }} | {{ ucfirst($subscription->subscription_transaction->payment_type ?? '-') }} | {{ ucfirst($subscription->status ?? '-') }} | {{__('frontend.download_invoice')}} |