{#
 # @author    SWM
 # @copyright 2025 SWM
 # @license   https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 or later
 #}
<div class="my3dbinpack-help-content">
    <h4>{{ trans('m3d.help.carrier_form.heading') }}</h4>
    
    <section class="help-section">
        <h3>{{ trans('m3d.help.carrier_form.section.about') }}</h3>
        <p>{{ trans('m3d.help.carrier_form.section.about_desc') }}</p>
    </section>
    
    <section class="help-section">
        <h3>{{ trans('m3d.help.carrier_form.section.fields') }}</h3>
        
        <div class="help-field-item">
            <p><strong><span class="help-field-number">1.</span> {{ trans('m3d.help.carrier_form.field.name') }}</strong></p>
            <p>{{ trans('m3d.help.carrier_form.field.name_desc') }}</p>
            <p><em>{{ trans('m3d.help.carrier_form.field.name_example') }}</em></p>
        </div>
        
        <div class="help-field-item">
            <p><strong><span class="help-field-number">2.</span> {{ trans('m3d.help.carrier_form.field.optimization') }}</strong></p>
            <p>{{ trans('m3d.help.carrier_form.field.optimization_desc') }}</p>
            <ul class="help-field-list">
                <li><strong>{{ trans('m3d.help.carrier_form.optimization.fewest') }}</strong> {{ trans('m3d.help.carrier_form.optimization.fewest_desc') }}</li>
                <li><strong>{{ trans('m3d.help.carrier_form.optimization.maximum') }}</strong> {{ trans('m3d.help.carrier_form.optimization.maximum_desc') }}</li>
                <li><strong>{{ trans('m3d.help.carrier_form.optimization.lowest') }}</strong> {{ trans('m3d.help.carrier_form.optimization.lowest_desc') }}</li>
            </ul>
        </div>
        
        <div class="help-field-item">
            <p><strong><span class="help-field-number">3.</span> {{ trans('m3d.help.carrier_form.field.status') }}</strong></p>
            <p>{{ trans('m3d.help.carrier_form.field.status_desc') }}</p>
            <ul class="help-field-list">
                <li><strong>{{ trans('m3d.help.carrier_form.status.active') }}</strong> {{ trans('m3d.help.carrier_form.status.active_desc') }}</li>
                <li><strong>{{ trans('m3d.help.carrier_form.status.inactive') }}</strong> {{ trans('m3d.help.carrier_form.status.inactive_desc') }}</li>
            </ul>
        </div>
    </section>
    
    <div class="help-warning">
        <div>
            <strong>{{ trans('m3d.label.important') }}</strong>
            {{ trans('m3d.help.carrier_form.warning') }}
        </div>
    </div>
    
    <div class="help-tip">
        <div>
            <strong>{{ trans('m3d.help.api.tip') }}</strong>
            {{ trans('m3d.help.carrier_form.tip') }}
        </div>
    </div>
</div>
