@extends('layouts.front.login-site') @section('content') {{-- Page Banner Begins --}}
@include('front.hero-sections.search-form')
{{-- Page Banner Ends --}} {{--
--}}
Category
{{-- Houses Pictures --}}
@foreach ($respropertyCategories as $item)
{{ asset($item->property_type) }}
{{ $item->property_type }}

Available: {{ count($item->property) }}

@endforeach
{{-- End of houses pictures --}} @endsection