@extends('emails.layouts.main') @section('title', 'Login Assistance') @section('content') {{-- Salutation with user's first name --}}
Hello, {{ explode(' ', $user->name)[0] ?? $user->name }}
{{-- Email body paragraphs --}}It looks like you're having difficulty signing in.
Not to worry. We're here to help.
To get you back into your Readingful account, please simply use the button below to automatically log in. Upon doing so, you will be asked to set a new password.
{{-- Call-to-action button --}} {{-- Expiry note --}}Note: This login option will expire in 60 minutes.
@endsection