@if($filter_branddetails_count && $selectcted_filter_count) @php $pagination_brand=$filter_branddetails_count; $brandfiltercount=$selectcted_filter_count; $checkcount=$pagination_brand/$brandfiltercount; if(fmod($checkcount,1) == 0) { } else { $checkcount=$checkcount+1; } // $checkcount=number_format($checkcount); // $checkcount=str_replace(',','',$checkcount); @endphp @if($checkcount >= 2)