@extends('admin.layouts.master') @section('title') Property @stop @section('style') @stop @section('content')

New Property

{{--
.col-sm-3
.col-sm-6
.col-sm-3
.col-sm-3
--}}
{{--
@if($errors->has('reservation_date')) {{$errors->first('reservation_date')}} @endif
--}}
@if($errors->has('client_name')) {{$errors->first('client_name')}} @endif
@if($errors->has('prop_type')) {{$errors->first('prop_type')}} @endif
@if($errors->has('project')) {{$errors->first('project')}} @endif
@if($errors->has('house_model')) {{$errors->first('house_model')}} @endif
@if($errors->has('blk')) {{$errors->first('blk')}} @endif
@if($errors->has('lot')) {{$errors->first('lot')}} @endif
@if($errors->has('lot_area')) {{$errors->first('lot_area')}} @endif
@if($errors->has('floor_area')) {{$errors->first('floor_area')}} @endif
@if($errors->has('no_of_br')) {{$errors->first('no_of_br')}} @endif
@if($errors->has('finance_option')) {{$errors->first('finance_option')}} @endif
@if($errors->has('total_selling_price')) {{$errors->first('total_selling_price')}} @endif
@if($errors->has('net_selling_price')) {{$errors->first('net_selling_price')}} @endif
@if($errors->has('equity')) {{$errors->first('equity')}} @endif
@if($errors->has('loanable_amount')) {{$errors->first('loanable_amount')}} @endif
{{--
@if($errors->has('total_comm_rate')) {{$errors->first('total_comm_rate')}} @endif
--}}
@if($errors->has('agent_id')) {{$errors->first('agent_id')}} @endif
@if($errors->has('status')) {{$errors->first('status')}} @endif
{{--
--}}
{{csrf_field()}}
@if(Session('info'))
@endif
@stop @section('script') @stop