@extends('layouts.main') @section('content')
{{ Form::label("address", "住所" ,["class"=>"control-label btn"]) }} | {{ Form::select('pref', $data_pref, $request->pref, ['class'=>'form-control validate[required]', 'style'=>'width:120px', '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::checkbox('CAll', 1, null, ['id' => 'CAll'])}} {{ Form::label('CAll', '販売開始月', ["class"=>"control-label"]) }} | {{ Form::select('period', ['1~3か月','3~6か月','6か月~1年','1年以上'], $request->period, ['class'=>'form-control validate[required]', 'style'=>'width:120px', 'id'=>'period']) }} |
販売開始日 | 販売終了日 | 販売期間 | 物件名 | エリア1 | エリア2 | 郵便番号 | @if (Auth::user()->company_id == 1 or Auth::user()->company_id == 2)住所 | @endif最寄路線 | 最寄駅 | 徒歩時間 | 区画 | 間取り | 土地面積 | 建物面積 | 初期価格 | 最終価格 | @if (Auth::user()->company_id == 1 or Auth::user()->company_id == 2)特徴 | 会社名 | @endif
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $data->date_st }} | {{ $data->date_ed }} | {{ $data->sale_age }} | {{ $data->title }} | {{ $data->area1 }} | {{ $data->area2 }} | {{ $data->zipcode }} | @if (Auth::user()->company_id == 1 or Auth::user()->company_id == 2){{ $data->address }} | @endif{{ $data->near_line }} | {{ $data->near_station }} | {{ $data->walk_time }} | {{ $data->percel_name }} | {{ $data->floor_plan }} | {{ $data->land_area }} | {{ $data->build_area }} | {{ number_format($data->price_st) }} | {{ number_format($data->price_ed) }} | @if (Auth::user()->company_id == 1 or Auth::user()->company_id == 2){{ $data->description }} | {{ $data->sales_company }} | @endif