@extends('layouts.app') @section('title', $type === "commercial" ? 'Edit Seller Commercial Pending' : 'Edit Seller Residential Pending') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content') Edit Seller {{ $type === "commercial" ? 'Commercial' : 'Residential' }} Pending @method('PUT') MLS 1 MLS 2 MLS 3 {{-- MLS 1 MLS 2 MLS 3 --}} Mark As Pending in Listing Service @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 Assign To Transaction Coordinator * Select Contact @forelse ($contacts as $contact) {{ $contact['f_name'] }} {{ $contact['m_name'] }} {{ $contact['l_name'] }} @empty {{-- Transaction Coordinator Not Found --}} @endforelse Email Phone Status Post As In Contract/Pending Kill the Deal Is it Dual/ Limited Agency Buyer @if($type == "commercial") @endif {{-- Seller @if($type == "commercial") @endif --}} Update @endsection {{-- custom js --}} @push('js') @endpush