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

Edit Rental

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

Rental Info

contract_date))}}" />
@if($errors->has('contract_date')) {{$errors->first('contract_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('address')) {{$errors->first('address')}} @endif
@if($errors->has('agent_id')) {{$errors->first('agent_id')}} @endif
@if($errors->has('umanager_id')) {{$errors->first('umanager_id')}} @endif

Rental Detail

@if($errors->has('end_date')) {{$errors->first('end_date')}} @endif
@if($errors->has('authorized_name')) {{$errors->first('authorized_name')}} @endif
@if($errors->has('prop_location')) {{$errors->first('prop_location')}} @endif
@if($errors->has('monthly_rent')) {{$errors->first('monthly_rent')}} @endif
@if($errors->has('deposit')) {{$errors->first('deposit')}} @endif
@if($errors->has('advance')) {{$errors->first('advance')}} @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