|
@php $user = auth()->user(); @endphp
@if (!empty($user->photo))
@if (strpos($user->photo, 'facebook') !== false || strpos($user->photo, 'google') !== false)
No Photo
@endif
@endif
@else
No Photo
@endif
|
|