@extends('layouts.app') @section('content')
{{ $service->name ?? 'Service' }}
Highest Bid
€{{ number_format($highestBid->bid_amount, 2) }}
by {{ $highestBid->client->name ?? 'Anonymous' }}
Expires in
{{ $highestBid->expires_at->diffInDays(now()) }} days
No bids yet. Be the first to bid!
{{ $bid->client->name ?? 'Anonymous' }}
@if ($bid->message){{ $bid->message }}
@endif{{ $bid->created_at->format('d M Y H:i') }}
No bids placed yet.