#How do I correctly pass data to custom view ?

4 messages · Page 1 of 1 (latest)

shell glenBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

worldly furnace
#

Discord not properly formatting the code structure :/

#

Undefined variable $title Error

#
<div class="col-md-6">
    <p class="font-weight-bold mb-0">
        {{ $title }}
        <i class="fa fa-question-circle text-primary cursor-pointer setting_help"></i>
    </p>

    <p class="description">
        {{ $description }}
    </p>

    <div class="alert alert-primary" style="display: none;">
        <p class="mb-0">{{ __('The name entered here may appear in course content, lessons, exams, check-ins, forms, and certificates of completion.') }}</p>
    </div>
</div>