@extends('layouts.app') @section('content') @section('style') @endsection
@if (count($errors) > 0)

Error!

@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif

Offer Form

  • Details
    1
  • Terms
    2
  • Conditions
    3
  • Inspections
    4
  • Fees
    5
  • Review
    6
@csrf

Buyer Details:

@if($errors->has('buyers'))
  • {{$errors->first('buyers')}}
@endif

Property Search By:

@if($errors->has('searchBy'))
  • {{$errors->first('searchBy')}}
@endif
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@if($errors->has('MLSField'))
  • {{$errors->first('MLSField')}}
@endif @if($errors->has('AddressField'))
  • {{$errors->first('AddressField')}}
@endif @if($errors->has('AddressField'))
  • {{$errors->first('AddressField')}}
@endif {{-- --}}
@section('script') @endsection @endsection