@if($user->type == 'influencer') @elseif($user->type == 'brand') @elseif($user->type == 'house') @else @endif @if($user->profile_image)
@else
{{ substr($user->name, 0, 1) }}
@endif
@if($user->type == 'influencer') @elseif($user->type == 'brand') @elseif($user->type == 'house') @else @endif {{ $user->name }} {{ $user->email }}