mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
10 lines
200 B
PHP
10 lines
200 B
PHP
@extends('emails.email_layout')
|
|
|
|
@section('title')
|
|
User Account deleted
|
|
@endsection
|
|
|
|
@section('content')
|
|
User <b>{{ $username }}</b> has deleted his/hers account from {{ $site }}.
|
|
@endsection
|