@extends('layouts.app') @section('title', $type === "commercial" ? 'Add Seller Commercial Pending' : 'Add Seller Residential Pending') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content') Add Seller {{ $type === "commercial" ? 'Commercial' : 'Residential' }} Pending 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 @endforelse Assign To Transaction Coordinator Select Contact @forelse ($contacts as $contact) {{ $contact['f_name'] }} {{ $contact['m_name'] }} {{ $contact['l_name'] }} @empty @endforelse Post As In Contract/Pending Kill the Deal Select an option Buyer Seller Buyer @if($type == "commercial") @endif Save & Exit Save Exit @endsection {{-- custom js --}} @push('js') @endpush