{!! html()->label('Systems')->for('systems')->class('form-label') !!} @foreach ($systems as $system) {{ $system->name }} @endforeach