@extends('emails.layouts.base') @section('content')
{{ $urgencyMessage }}
@include('emails.partials.details-box', [ 'title' => __('Subscription Details'), 'details' => [ __('Plan') => $planName, __('Expiration Date') => $expirationDate ], 'primaryColor' => $primaryColor ]){{ __('To continue enjoying uninterrupted access to our services, please renew your subscription before it expires.') }}
@include('emails.partials.button', [ 'url' => $billingUrl, 'text' => __('Renew Subscription'), 'primaryColor' => $primaryColor, 'primaryForeground' => $primaryForeground ])
{{ __('If you have any questions, feel free to contact our support team.') }}
{{ __('Thank you for being a valued customer!') }}