@extends('layout.layout') @section('title', 'Arama Sonuçları') @section('styles') @parent @stop @section('content')
{{--

Arama Sonuçları

{{ count($properties) }} adet sonuç bulundu.
--}} @include('search-component.search-component')
@foreach ($properties as $property) @php $post = $property->post; @endphp @include('new-card.new-card') @endforeach
@stop @section('scripts') @parent @endsection