Layout vs Wrapper
The Layout
in a general Laravel project is called app.blade.php
. A Tall-forms Wrapper
is a blade component that you optionally use to wrap your form.
If you combine Layout
with a Wrapper
view the form will be wrapped with the view and placed in the Layout
$slot
.
Form settings related to Layout
and Wrapper
Layout
and Wrapper
Last updated
Was this helpful?