Is it possible to assign a blade template to a model? Instead of doing this: @php $contact = Contact::find(1); @endphp @include('contact', ...
確定! 回上一頁