@extends('layouts/contentNavbarLayout') @section('title', 'Product - Product List') @section('content')

Dashboard / Subscriptions

Popular
Standard Image

{{ $product['name'] ?? '' }}

{{ $product['description'] ?? 'We won’t send you spam. Unsubscribe at any time.' }}

@isset($product['price'])
$

{{ $product['price'] }}

/month
@endisset USD 480/year
  • Unlimited responses
  • Unlimited forms and surveys
  • Instagram profile page
  • Google Docs integration
  • Custom “Thank you” page
@if ($isSubscribed)

Your subscription is active until {{ \Carbon\Carbon::parse($payment->end_date)->format('F d, Y') }}.

@else
@csrf
@endif
@endsection {{-- --}}