@extends('layouts.account')
@section('title', __('Negotiation'))
@section('heading', $negotiation->listing?->title ?? __('Negotiation'))
@section('subheading', $negotiation->isSeller($user)
? __('With :name', ['name' => $negotiation->buyer?->name])
: __('With :name', ['name' => $negotiation->seller?->name]))
@section('account')
@if (session('error'))
{{ $offer->formattedAmount() }}
{{ $mine ? __('You') : $offer->user?->name }} · {{ $offer->created_at->format('j M Y, H:i') }}
@if ($offer->message)“{{ $offer->message }}”
@endif @if ($offer->conditions){{ $offer->conditions }}
@endif{{ __('Your offer of :amount is with them.', ['amount' => $pending->formattedAmount()]) }} @if ($pending->expires_at) {{ __('It stands until :date.', ['date' => $pending->expires_at->format('j M Y')]) }} @endif
@if ($yours) @endif @endif{{ $negotiation->listing->title }}