@section('title'){{ __('Dashboard - Zemail.me') }}@endsection

{{ $usageLog['emails_created_count'] }}

Mailbox Created

{{ $usageLog['emails_received_count'] }}

Emails Received

@if(auth()->user()->subscribedToProduct(config('app.plans')[0]['product_id']))

Your {{ $subscription['name'] ?? "" }} subscription is active and will be @if($subscription['ends_at'] ?? "") end at {{ \Carbon\Carbon::make($subscription['ends_at'])->toFormattedDayDateString() ?? "" }}. @else auto-renew as per the plan you chose. @endif @if($showStripeBilling) To manage you subscription Click here @endif

@else
@endif