{#
 # @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.carriers.heading') }}</h4>
    
    <section class="help-section">
        <h3>{{ trans('m3d.help.carriers.section.what') }}</h3>
        <p>{{ trans('m3d.help.carriers.section.what_desc') }}</p>
    </section>
    
    <section class="help-section">
        <h3>{{ trans('m3d.help.carriers.section.active') }}</h3>
        <p>{{ trans('m3d.help.carriers.section.active_desc') }}</p>
        
        <ul class="help-points">
            <li>{{ trans('m3d.help.carriers.active_point1') }}</li>
            <li>{{ trans('m3d.help.carriers.active_point2') }}</li>
            <li>{{ trans('m3d.help.carriers.active_point3') }}</li>
        </ul>
    </section>
    
    <section class="help-section">
        <h3>{{ trans('m3d.help.carriers.section.how_to_add') }}</h3>
        
        <ol class="help-steps">
            <li>{{ trans('m3d.help.carriers.add_step1') }}</li>
            <li>{{ trans('m3d.help.carriers.add_step2') }}</li>
            <li>{{ trans('m3d.help.carriers.add_step3') }}</li>
            <li>{{ trans('m3d.help.carriers.add_step4') }}</li>
        </ol>
    </section>
    
    <section class="help-section">
        <h3>{{ trans('m3d.help.carriers.section.packages_count') }}</h3>
        <p>{{ trans('m3d.help.carriers.section.packages_count_desc') }}</p>
    </section>
    
    <div class="help-warning">
        <div>
            <strong>{{ trans('m3d.label.important') }}</strong>
            {{ trans('m3d.help.carriers.warning') }}
        </div>
    </div>
    
    <div class="help-tip">
        <div>
            <strong>{{ trans('m3d.help.api.tip') }}</strong>
            {{ trans('m3d.help.carriers.tip') }}
        </div>
    </div>
</div>
