@extends('layouts.AdminLTE.index') @section('icon_page', 'plus') @section('title', 'Add Lead') @section('menu_pagina') @endsection @section('content')
{{ csrf_field() }}
@if ($errors->has('leadsource')) {{ $errors->first('leadsource') }} @endif
@if ($errors->has('lead_status')) {{ $errors->first('lead_status') }} @endif
@if ($errors->has('sellertype')) {{ $errors->first('sellertype') }} @endif
@if ($errors->has('sellertype')) {{ $errors->first('property_type') }} @endif
@if ($errors->has('property_status')) {{ $errors->first('property_status') }} @endif
@if ($errors->has('agent_details')) {{ $errors->first('agent_details') }} @endif
@if ($errors->has('leaddate')) {{ $errors->first('leaddate') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('street')) {{ $errors->first('street') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('zip_code')) {{ $errors->first('state') }} @endif
@if ($errors->has('zip_code')) {{ $errors->first('zip_code') }} @endif
@if ($errors->has('owner')) {{ $errors->first('owner') }} @endif
@if ($errors->has('cell_phone')) {{ $errors->first('cell_phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('bedrooms')) {{ $errors->first('bedrooms') }} @endif
@if ($errors->has('baths')) {{ $errors->first('baths') }} @endif
@if ($errors->has('basement')) {{ $errors->first('basement') }} @endif
@if ($errors->has('garage')) {{ $errors->first('garage') }} @endif
@if ($errors->has('occupancy')) {{ $errors->first('occupancy') }} @endif
@if ($errors->has('rent')) {{ $errors->first('rent') }} @endif
@if ($errors->has('mort_bal')) {{ $errors->first('mort_bal') }} @endif
@if ($errors->has('prop_taxes')) {{ $errors->first('prop_taxes') }} @endif
@if ($errors->has('asking_price')) {{ $errors->first('asking_price') }} @endif
@if ($errors->has('mls_comps')) {{ $errors->first('mls_comps') }} @endif
@if ($errors->has('zillow')) {{ $errors->first('zillow') }} @endif
@if ($errors->has('comments')) {{ $errors->first('comments') }} @endif
@if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
@endsection @section('layout_js') @endsection