@extends('business.layouts.base')

{{-- header --}}
@section('contents-header')
    @include('business.objects.projects.search-header', ['title' => '分譲地　検索'])
@endsection

@section('contents')

{{-- <form id="form-houses" action="{{ route('business-houses-list') }}" method="POST">
@csrf --}}

{{-- 検索条件 --}}
@include('business.objects.projects.search-houses')

{{-- footer --}}
@include('business.objects.projects.search-footer', [])

{{-- </form> --}}
@endsection