Tag:blade
All the articles with the tag "blade".
- Posted on:November 3, 2023 |
Customizing Table Actions with Scoped Slots in Laravel
When building reusable Laravel blade components, it's common to define default rendering and behavior for things like actions or buttons. However, sometimes you may want the flexibility to override or customize these defaults. This is where scoped slots come in handy.