Skip to content

Commit e9a5cd2

Browse files
authored
Add "head" slot to email layout (#53531)
1 parent 100d583 commit e9a5cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Mail/resources/views/html/layout.blade.php

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
}
2424
}
2525
</style>
26+
{{ $head ?? '' }}
2627
</head>
2728
<body>
2829

0 commit comments

Comments
 (0)