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

New Rental

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

Rental Info

@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 Details

@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(Session('info'))
@endif {{----}}
@stop @section('script') @stop