@php $check_search_filter_all=0; @endphp @if(isset($asset_details) && $asset_details != '' && count($asset_details) != 0) @php $check_search_filter_all=1; @endphp Search Assets @foreach($asset_details as $key => $publish_asset_detail) @include('frontend.include.assetsingle') @endforeach @endif @if(isset($actor_details) && $actor_details != '' && count($actor_details) != 0) @php $check_search_filter_all=1; @endphp Search Actor @foreach($actor_details as $key => $actor_detail) @include('frontend.include.actorsingle') @endforeach @endif @if(isset($menufacturer_details) && $menufacturer_details != '' && count($menufacturer_details) != 0) @php $check_search_filter_all=1; @endphp Search Brand @foreach($menufacturer_details as $key => $brand_detail) @include('frontend.include.brandsingle') @endforeach @endif @if($check_search_filter_all == 0) Search details not found @endif