@extends('layouts.app') @section('title', 'Edit Close Property') @section('content') Edit Close Property Details @method('PUT') @forelse ($properties as $property) {{ $property['addresses'][0]['street'] }} {{ $property['addresses'][0]['city'] }} {{ $property['addresses'][0]['state'] }} {{ $property['addresses'][0]['zip_code'] }} @empty Property Not Found @endforelse Available Funds Make Funds Available if Cash Lender Forwards The Funds All Paperwork Sell Signs Buyer Signs Collect check Closing Document Received Forward To Managing Broker All Listing documentation All Purchase Agreement Documentation Office Required Documents Funds Forwarded Officially Close Get paid Pickup lock box Remove sign Mark property sold on all listings Save & Exit Save Exit @endsection @push('js') @endpush