@extends('layouts.main') @section('content')
{!! Form::open(['method' => 'POST', 'name' => 'form', 'id' => 'searchform']) !!}
分譲戸建住宅販売予測インジケーター
{{ Form::label("address", "住所" ,["class"=>"control-label btn"]) }} {{ Form::select('pref', $data_pref, $request->pref, ['class'=>'form-control validate[required]', 'style'=>'width:150px', 'id'=>'pref', 'onChange' => 'makeList_City()']) }} {{ Form::select('city', $data_city, $request->city, ['class'=>'form-control validate[required]', 'style'=>'width:150px', 'id'=>'city']) }} {{ Form::text("address", $request->address, ["class"=>"form-control", 'style'=>'width:200px', "id"=>"address"]) }}
※地名表記が複数ある場合はそれぞれお試しください 例)条と條、が丘とヶ丘 等
{{ Form::label("saleprice", "販売希望価格" ,["class"=>"control-label btn"]) }} {{ Form::text("saleprice", $request->saleprice, ["class"=>"form-control validate[required,custom[number]]", "id"=>"saleprice", "style"=>"width:100px"]) }} 万円
※コンマ無しで入力してください。
(例3500万円→3500)
{{ Form::label("period", "販売希望期間" ,["class"=>"control-label btn"]) }} {{ Form::select('period', ['1~3カ月', '4~6カ月', '7~9カ月', '10~12か月', '13カ月以上'], $request->period, ['class'=>'form-control', 'id'=>'period', "style"=>"width:100px"]) }}
{{ Form::checkbox('CAll', 1, null, ['id' => 'CAll'])}} {{ Form::label('CAll', '販売開始月', ["class"=>"control-label"]) }} {{ Form::checkbox('startmonth[]', 1, @in_array( "1", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 1]) }} {{ Form::label( 1, ' 1月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 2, @in_array( "2", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 2]) }} {{ Form::label( 2, ' 2月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 3, @in_array( "3", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 3]) }} {{ Form::label( 3, ' 3月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 4, @in_array( "4", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 4]) }} {{ Form::label( 4, ' 4月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 5, @in_array( "5", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 5]) }} {{ Form::label( 5, ' 5月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 6, @in_array( "6", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 6]) }} {{ Form::label( 6, ' 6月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 7, @in_array( "7", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 7]) }} {{ Form::label( 7, ' 7月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 8, @in_array( "8", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 8]) }} {{ Form::label( 8, ' 8月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 9, @in_array( "9", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=> 9]) }} {{ Form::label( 9, ' 9月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 10, @in_array("10", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=>10]) }} {{ Form::label(10, '10月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 11, @in_array("11", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=>11]) }} {{ Form::label(11, '11月', ["class"=>"control-label"]) }}  {{ Form::checkbox('startmonth[]', 12, @in_array("12", $request->startmonth), ['class' => 'validate[minCheckbox[1]]', 'id'=>12]) }} {{ Form::label(12, '12月', ["class"=>"control-label"]) }} 
{{ Form::submit(" 検索 ", ["class"=>"btn btn-success"]) }} 
{!! Form::close() !!} @if (count($datas) > 0 and $_SERVER["REQUEST_METHOD"] == "POST")
検索結果 (2016年4月から先月まで)
物件数 {{ number_format($total_count) }} 戸 物件数(年平均) {{ number_format($avg_count) }} 戸 / 年
各種平均値 (上記データの平均値)
売出価格 {{ number_format($total_price_st) }} 円 契約価格 {{ number_format($total_price_ed) }} 円 割引率 {{ number_format( (($total_price_st - $total_price_ed) / $total_price_st * 100), 2) }} % 値引額 {{ number_format( $total_price_st - $total_price_ed, 0) }} 円 値引物件率 {{ number_format($value, 2) }} % 駅からの時間 徒歩 {{ number_format($value, 2) }} 分
販売期間 {{ number_format($value, 1) }} か月 土地面積 {{ number_format($value, 2) }} ㎡ 建物面積 {{ number_format($value, 2) }} ㎡
@if ($browserFlg == 0)
@endif
@if ($browserFlg == 0)
@endif
@elseif (count($datas) == 0 and $_SERVER["REQUEST_METHOD"] == "POST" )
検索結果
対象となるデータがありません
販売開始月を広げる(1月~12月の全て選択)、住所範囲を広げる(○○市○○町→○○市)等の対応をしてみてください。
@else
検索手順
・住所欄、販売希望価格を入力してください。
・住所は市、区単位から、~市~町、~市~区~町という具合に、もう一段階ブレイクダウンした単位まで入力可能です。
・2016年4月から検索時までの収集データを利用しています。
・「住所で対象となるデータがありません」の表示が出るときは、販売開始月を広げる(1月~12月の全て選択)、全データもクリックする、住所範囲を広げる(○○市○○町→○○市)等の対応をしてみてください。
・販売希望価格は円単位で、コンマ無しで入力してください。(例3500万円→3500) ・販売希望期間は希望する期間を選択してください。
@endif
@endsection