12 lines
188 B
Text
12 lines
188 B
Text
|
@layout('emails.layouts.base')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
Hi {{user.name}},
|
||
|
<p>
|
||
|
You've got mail!
|
||
|
</p>
|
||
|
<p>If you see this email it means that your email settings are correct!</p>
|
||
|
|
||
|
@endsection
|