first commit
This commit is contained in:
11
resources/views/access/emails/email-template.blade.php
Normal file
11
resources/views/access/emails/email-template.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>@yield('email_subject')</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
@yield('content')
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user