mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
10 lines
197 B
PHP
10 lines
197 B
PHP
@extends('emails.email_layout')
|
|
|
|
@section('title')
|
|
New user registered
|
|
@endsection
|
|
|
|
@section('content')
|
|
User <b>{{ $username }}</b> has registered a new account on {{ $site }}.
|
|
@endsection
|