Laravel Components: default content in {{ slots }} - Stack Overflow
Laravel sẽ hiểu phần nội dung bạn khai báo ở @slot sẽ truyền vào $title, còn phần chỉ nằm trong cặp thẻ @component thì sẽ truyền vào $slot mặc định.
Creating Flexible Layouts in Laravel with Yields, Includes and Slots - DC Blog
In Laravel, the @yield directive is used in
Vue Element
Sometimes you’ll want to provide a component with a reusable slot that can access data from the child component. For example, a simple <todo-list> component may contain the following in its template ...
