This page is a living checklist of view surfaces: inheritance, components, slots, stacks, control flow, and localization helpers.
@if(show_welcome)@lang('messages.welcome')
@endifsmith make:component.
@endcomponent
@component('feature', {'title': 'Stacks'})
Script stacks render after content via {{ "@stack('scripts')" }}.
@endcomponent
@component('feature', {'title': 'Assets'})
CSS/JS load through asset() from public/ —
no Vite in framework core.
@endcomponent
Named slots, x-slot, nested tags, and class-based components.
Parent form method is put.
{{ d }}