没有为 [mail] Laravel 5.4 定义提示路径
我正在尝试在视图中显示我的降价电子邮件,但我的邮件视图有问题,它显示如下
ErrorException in FileViewFinder.php line 112:
No hint path defined for [mail]. (View: /opt/lampp/htdocs/ppsb_new/core/resources/views/emails/tagihan.blade.php)
和我的降价邮件视图
@component('mail::message')
# TAGIHAN PEMBAYARAN
Berikut tagihan anda untuk pembayaran
@component('mail::button', ['url' => ''])
wut ?
@endcomponent
Gunakan kode tagihan tersebut untuk membayar tagihan.
Thanks,<br>
{{ config('app.name') }}
@endcomponent
在我看来,还有供应商,他们有他们的组件。