@extends('admin.layouts.master') @section('title') Sales @stop @section('style') {{----}} @stop @section('content')

Edit Sales

{{--{{csrf_field()}}--}}

Sales Info

reservation_date))}}" />
@if($errors->has('reservation_date')) {{$errors->first('reservation_date')}} @endif
@if($errors->has('client_name')) {{$errors->first('client_name')}} @endif
@if($errors->has('client_number')) {{$errors->first('client_number')}} @endif
@if($errors->has('client_fb')) {{$errors->first('client_fb')}} @endif
@if($errors->has('client_email')) {{$errors->first('client_email')}} @endif
@if($errors->has('developer_id')) {{$errors->first('developer_id')}} @endif
@if($errors->has('project_id')) {{$errors->first('project_id')}} @endif
@if($errors->has('status_id')) {{$errors->first('status_id')}} @endif
@if($errors->has('address')) {{$errors->first('address')}} @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('finance_option')) {{$errors->first('finance_option')}} @endif
@if($errors->has('agent_id')) {{$errors->first('agent_id')}} @endif
@if($errors->has('umanager_id')) {{$errors->first('umanager_id')}} @endif

Sales Detail

@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('agent_pcg_rate')) {{$errors->first('agent_pcg_rate')}} @endif
@if($errors->has('agent_com_rate')) {{$errors->first('agent_com_rate')}} @endif
@if($errors->has('um_pcg_rate')) {{$errors->first('um_pcg_rate')}} @endif
@if($errors->has('um_com_rate')) {{$errors->first('um_com_rate')}} @endif
@if($errors->has('broker_pcg_rate')) {{$errors->first('broker_pcg_rate')}} @endif
@if($errors->has('broker_com_rate')) {{$errors->first('broker_com_rate')}} @endif
@if($errors->has('ref_pcg_rate')) {{$errors->first('ref_pcg_rate')}} @endif
@if($errors->has('ref_com_rate')) {{$errors->first('ref_com_rate')}} @endif
@if(Session('info'))
@endif
@stop @section('script') {{----}} {{----}} @stop