@extends('layouts.default') @section('content') @include('includes.search-form') @include('includes.bread-crump-five-step')
{!! optionByKey('opps_content_listing') !!} 😎
@php $currdat=''; @endphp @if(isset($profiles) && count($profiles) > 0 ) @foreach($profiles as $profile) @if(optionByKey('dis_date_list') > 0) @if($currdat!=$profile->created_at)
{{ strtoupper(locale_date($profile->created_at)) }}
@endif @endif @include('searchtemp.profile-rotation') @php $currdat = $profile->created_at; @endphp @endforeach @endif

{{$seo_h2_tag}}



Warning: Undefined variable $seo_description in /home/sdukoin/public_html/resources/views/searchtemp/catoppslisting.blade.php on line 139

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/sdukoin/public_html/resources/views/searchtemp/catoppslisting.blade.php on line 139
{!! $seo_description !!}
@include('includes.searchpopup') @endsection @push('css-styles') @endpush @push('scripts') @if($is_state==1) @endif @endpush