Warning: Undefined variable $profile in /home/sdukoin/public_html/resources/views/searchtemp/profile-rotation.blade.php on line 10

Warning: Attempt to read property "paid_ad_status" on null in /home/sdukoin/public_html/resources/views/searchtemp/profile-rotation.blade.php on line 10
@if(isset($profile->paid_ad_status) && $profile->paid_ad_status == 1)
@if(countProfileimage($profile->insert_key) > 0)
@if(isset($profile->profilePic->img) && $profile->profilePic->img) {{$profile->title}} @endif @if(countProfileimage($profile->insert_key) > 0) {{ countProfileimage($profile->insert_key) }} @endif
@endif
@if(isset($profile->profile_slug) && $profile->profile_slug)

{{$profile->title}}

@endif @if(isset($profile->profile_description_top) && $profile->profile_description_top)

{!!$profile->profile_description_top!!}

@endif
@if(!empty(optionByKey('listing_years'))) {!! $profile->age; !!} {!! optionByKey('listing_years') !!} @endif {!! $profile->CityName->name !!} @if(!empty($profile->area)) @if(strlen($profile->area) > 20) / {!! substr($profile->area,0,20) !!}... @else / {!! $profile->area !!} @endif @endif @if(isset($profile->districtName->name) && $profile->districtName->name) | {!! $profile->districtName->name !!} @endif @if(!empty($profile->tag_nationality) && !empty($profile->hourly_price)) {{ urltagNational($profile->tag_nationality) }} {{ $profile->tag_nationality}} @elseif(empty($profile->tag_nationality) && !empty($profile->hourly_price)) {{ optionByKey('price_from') }} {{ optionByKey('price_text') }} {{$profile->hourly_price}} @elseif(!empty($profile->tag_nationality) && empty($profile->hourly_price)) {{ urltagNational($profile->tag_nationality) }} {{ $profile->tag_nationality}} @endif
@elseif(isset($profile->paid_ad_status) && $profile->paid_ad_status == 2)