@php
$totalthumb_allowed = 2;
if($advertiser->plan_id > 2 || $advertiser->plan_id < 2){
$totalthumb_allowed = $advertiser->plan_id - 1;
}
$imgcount = 0;
@endphp
@if(isset($other_images) && !empty($other_images))
@foreach($other_images as $row)
@if($row->is_verified == 1)
Verified photos
@endif
@php
$imgcount++;
if($imgcount >= $totalthumb_allowed){
break;
}
@endphp
@endforeach
@endif
@if($advertiser->plan_id > 1)
{{strtoupper($advertiser->plan_name)}}
@endif
@php
$phone_number = '';
$contact1 = json_decode($advertiser->contact_number_1);
$contact2 = json_decode($advertiser->contact_number_2);
if((isset($contact1->contact_number) && $contact1->contact_number !='') || (isset($contact2->contact_number) && $contact2->contact_number !='')){
if(isset($contact1->contact_number) && $contact1->contact_number !=''){
$phone_number = ltrim($contact1->contact_number,'0');
$phone_code = $contact1->code;
} else if(isset($contact2->contact_number) && $contact2->contact_number !='') {
$phone_number = ltrim($contact2->contact_number,'0');
$phone_code = $contact2->code;
}
}
if(isset($display_profile_phone_check) && $display_profile_phone_check == 1){
$display_profile_phone_a = $display_profile_phone;
} else {
$display_profile_phone_a = 1;
}
@endphp
@if(isset($display_profile_phone_a) && $display_profile_phone_a == 1)
Phone: +{{$phone_code}} {{$phone_number}}
@endif
{!! $profile_description !!}
@if(isset($phone_number) && $phone_number !='')
@endif
@if($advertiser->total_review > 0)
{{$advertiser->total_review}}
@endif
@if($advertiser->total_answer > 0)
{{$advertiser->total_answer}}
@endif
@if($advertiser->video_url != '' || $advertiser->video_file != '')
@endif