@if ($countryManager) @php $user = $countryManager->user @endphp @php $picture = 'profile.png' @endphp @if ( $user->thumb && file_exists(asset("storage/users/{$user->thumb}"))) @php $picture = $user->thumb @endphp @endif