阅读(2856)
赞(18)
Laravel 8 面板组件
2021-07-06 09:24:44 更新
面板组件在面板内渲染指定的文字块,其背景色与其他通知略有不同。能让你绘制一个警示文字块:
@component('mail::panel')
This is the panel content.
@endcomponent 面板组件在面板内渲染指定的文字块,其背景色与其他通知略有不同。能让你绘制一个警示文字块:
@component('mail::panel')
This is the panel content.
@endcomponent