@extends('emails.partials.layout') @section('title', __('emails.abandoned_checkout.subject_' . $timing, ['package' => $packageName])) @section('preheader', __('emails.abandoned_checkout.subtitle', ['package' => $packageName])) @section('hero_title', __('emails.abandoned_checkout.greeting', ['name' => $user->fullName])) @section('hero_subtitle', __('emails.abandoned_checkout.subtitle', ['package' => $packageName])) @section('content')

{{ __('emails.abandoned_checkout.body_' . $timing, ['package' => $packageName]) }}

{{ __('emails.abandoned_checkout.cta_hint_title') }}

{{ __('emails.abandoned_checkout.cta_hint_body') }}

{{ __('emails.abandoned_checkout.cta_link', ['url' => $resumeUrl]) }}

{{ __('emails.abandoned_checkout.benefits_title') }}

✓ {{ __('emails.abandoned_checkout.benefit1') }}
✓ {{ __('emails.abandoned_checkout.benefit2') }}
✓ {{ __('emails.abandoned_checkout.benefit3') }}
✓ {{ __('emails.abandoned_checkout.benefit4') }}
@endsection @section('cta') {{ __('emails.abandoned_checkout.cta_button') }} @endsection @section('footer') {!! __('emails.abandoned_checkout.footer') !!} @endsection