@php
$profile_details = $dashboardModelInstance->get_member_profile($property_list_details->user_id);
@endphp
{{$property_list_details->group_name}}
- {{$category->name}}
- {{date('M-d-Y', strtotime($property_list_details->revision_timestamp)) }}
- {{$property_list_details->view_count}}
@php
$property_image = $dashboardModelInstance->detailsPageImage($property_list_details->group_id, $property_list_details->data_type);
@endphp
${{$property_list_details->property_price}}
@php $count=0; @endphp
@foreach($property_image as $image)
@if($count==0)
@else
@endif
@php
$count++;
$no_img = $count;
@endphp
@endforeach
@php
$no_line = @$no_img/5;
@endphp
@if($no_line<=1)
@php $n_line = 1 @endphp
@else
@php $n_line = ceil($no_line) @endphp
@endif
@for($i=1;$i<=$n_line;$i++)
@php $slide=0; $count_img=1;@endphp
@foreach($property_image as $image)
@if($count_img <=5 && $i==1)
@elseif($i==2 && $count_img<=10 && $count_img>5 )
@elseif($i>2 && $count_img>10)
@endif
@php $slide++; $count_img++; @endphp
@endforeach
@endfor