{{-- !is_vehicle_rental_active() ?? false --}} @if (false)

Chat

Make a Offer

@foreach (getOfferSuggestions(200) as $value) @endforeach {{-- your offer section --}} {{--

Your Offer: $140

Waiting for seller response

--}} {{-- seller offer section --}} {{--

Seller Offer: $150

Make a new offer Let’s go ahead
--}} {{-- offer accept sectiion --}} {{--

Offer Accepted: $150

Ask Contact
--}}
@endif
{{-- Emojis box --}} @if ($liveChatSettings->enable_emojis) @endif {{-- Send message form --}}
@csrf {{-- Emoji container --}} @if ($liveChatSettings->enable_emojis)
@endif {{-- Attach a file --}} @if ($liveChatSettings->enable_uploading_attachments)
@endif {{-- Message content --}}
@if ($liveChatSettings->enable_audio_recording)
@endif {{-- Send --}}