@if (\Schema::hasColumn($user->getTable(), 'profile_photo_path'))
@if ($photo) @else {{ $user->name }} @endif
@if ($user->profile_photo_path) @endif
@endif @if (in_array(\Illuminate\Contracts\Auth\MustVerifyEmail::class, class_implements($user)) && is_null($user->email_verified_at))
{{ __('laravel-crm::lang.email_unverified') }}
@endif