Laravel — P69: Blade Slots Intro
Published in
2 min readMar 17
--
Aside from passing attribute data to blade components, sometimes you need to pass a large chunk of data. That data can be displayed through slots. Laravel renders the data by echoing out the $slot
variable.