@php use Carbon\Carbon; @endphp @extends('layouts.app') @section('content')
Choose a plan that fits your hosting needs
Subscription ID: {{ $subscription->stripe_id }}
Status: {{ ucfirst($stripeSubscription->status) }}
Started:
{{ \Carbon\Carbon::createFromTimestamp($currentPeriodStart)->format('F d, Y h:i A') }}
Next Renewal:
{{ \Carbon\Carbon::createFromTimestamp($currentPeriodEnd)->format('F d, Y h:i A') }}
Subscription will cancel on {{ \Carbon\Carbon::createFromTimestamp($currentPeriodEnd)->format('F d, Y h:i A') }}
@endif {{-- Download Invioce --}}{{ $plan->description }}