@extends('layouts.default') @section('content') @include('includes.search-form') @include('includes.bread-crump-five-step')
@php $currdat=''; @endphp @if(isset($profiles) && count($profiles) > 0 )

{{$seo_h1_tag}}

@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 @else
{!! optionByKey('opps_content_listing') !!} 😎

{{ $seo_h1_tag }}

@endif
@if(!empty($h1_content_footer))
{{$h1_content_footer}}
@endif

{{$seo_h2_tag}}



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

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