@extends('layouts.app') @section('title', 'buyer | '.config('app.name')) @section('style') @endsection @section('content')

All Offer that related to me

{{-- Add Buyer --}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @forelse($buyers as $offer) @empty @endforelse
Offer IDProperty MLSProperty AddressBuyerEscrow CompanyEscrow OfficerType Actions
{{$offer->offer->id}} @if($offer->offer->type === "completed") @php $offerDetail = App\Models\Offers::getOfferDetailOfferById($offer->offer->id); $offerBuyer = \App\Models\OfferBuyers::where('offer_id', $offer->offer->id)->first(); @endphp {{-- @dd($offerBuyer)--}} @if (!is_null($offerBuyer->contract)) @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endif {{-- --}} {{-- --}} {{-- --}}
No record found.
@endsection @section('script') @endsection