mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
14 lines
304 B
PHP
14 lines
304 B
PHP
@extends('emails.email_layout')
|
|
|
|
@section('title')
|
|
Your account is about to expire
|
|
@endsection
|
|
|
|
@section('content')
|
|
Dear {{ $username }},
|
|
<br>
|
|
Your account role {{ $account }} is about to expire in less than {{ $days }} day(s).
|
|
<br><br><br>
|
|
Greetings from {{ $site }}
|
|
@endsection
|