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

{{ $catdata->h1_tag }}

@else

{{ $catdata->h1_tag }}

@endif
@if(isset($catdata->custom_links) && $catdata->custom_links)

{!! $catdata->custom_links !!}

@endif
@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') !!} 😎

{{ $catdata->h1_tag }}

@endif
@if(!empty($catdata->h1_content_footer))
{{$catdata->h1_content_footer}}
@endif

{{ $catdata->h2_tag }}



Warning: Undefined variable $catdata in /home/sdukoin/public_html/resources/views/searchtemp/catlisting.blade.php on line 201

Warning: Attempt to read property "cate_page_desc" on null in /home/sdukoin/public_html/resources/views/searchtemp/catlisting.blade.php on line 201

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