block-text input component
About
The block-text
is a form input component for multi line text based on
blade components.
Example
Tne block-text
input component is usually used together with form-row
.
<x-coreui::input-row
:label="trans('domain.trainingPlans::exercise.attributes.method')"
horizontal
>
<x-coreui::in.block-text
name="method"
value="{{ $exercise->method }}"
/>
</x-coreui::input-row>
The above example code looks like this: