@extends('emails.layouts.main') @section('title', 'Your Subscription Expires Soon') @section('content')

Hello, {{ explode(' ', $user->name)[0] ?? $user->name }}

Your Readingful subscription will expire in {{ $daysRemaining }} {{ $daysRemaining == 1 ? 'day' : 'days' }}.

To avoid any disruption in service for you, or your students, please simply use the button below to automatically log in to your Readingful account, and renew your subscription, at your convenience.

Renew Subscription
@endsection