@props([ 'icon', 'label', 'lines' => [], 'href' => '#', 'showChevron' => true, 'avatar' => null, 'avatarUrl' => null, 'last' => false, 'emailVerification' => null, ]) merge(['class' => 'profile-settings-row' . ($last ? '' : ' profile-settings-row--bordered')]) }} > {{ $label }} @foreach ($lines as $line) {{ $line }} @endforeach @if ($avatarUrl) @elseif ($avatar) {{ $avatar }} @endif @if ($showChevron) @if ($emailVerification)
@else @endif @endif