@if ($type === 'checkbox') @if ($label) {{ $label }} @else {{ $id }} @endif @if ($required) * @endif @error($id) {{ $message }} @enderror @else @if ($label) {{ $label }} @else {{ $id }} @endif @if ($required) * @endif @error($id)