@if($value === 'email') {{ __('Email') }} @elseif($value === 'sms') {{ __('SMS') }} @else {{ ucfirst($value) }} @endif