@extends('layouts.app') @section('title', 'All Listing Properties') @push('css') @endpush @section('content')

Manage Pending Properties

@csrf Sell Residential Sell Commercial
Buyer Lender Process
@foreach (['residential' => $residential, 'commercial' => $commercial, 'buyerLender' => $buyerLenderProcess] as $tab => $properties)
@if ( $loop->iteration <= 2) @elseif ($loop->iteration == 3 ) @endif
@endforeach
@endsection {{-- custom js --}} @push('js') @endpush