views/label.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php /** @var \Galahad\Aire\Elements\Attributes\Collection $attributes */ ?>

<label {{ $attributes }}>
    {{ $text ?? '' }}
</label>