@extends('layouts/contentNavbarLayout') @section('title', 'Product - Product List') @section('content')
{{ $product['description'] ?? 'We won’t send you spam. Unsubscribe at any time.' }}
Your subscription is active until {{ \Carbon\Carbon::parse($payment->end_date)->format('F d, Y') }}.
@else @endif