@extends('layouts.app') @section('title', 'Create Close Property') @section('content') Property Details @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 {{-- tpe will be aded later --}} Exit {{-- tpe will be aded later --}} @endsection @push('js') @endpush