Start a conversation by requesting a booking with a golfer
@if(auth()->user()->role === 'client') Browse Golfers @endif{{ $conversation->bookingRequest->course_name }} - {{ $conversation->bookingRequest->formatted_proposed_date }}
@endif @if($latestMessage)@if($latestMessage->sender_id === auth()->id()) You: @endif {!! \App\Helpers\MarkdownHelper::parseSimple($latestMessage->content) !!}
@endif