@let(useCSRF = $props.csrf ?? true) @let(method = $props.method ?? 'POST')
@if (useCSRF) {{ csrfField() }} @endif {{{ await $slots.main() }}}