{{ $dispute_title }}
- {{__('disputes.dispute_created_date', ['date' => date( $date_format, strtotime( $dispute_created_at ))])}}
- {{__('disputes.reference_no', ['number' =>$dispute_id])}}
{{$dispute_author_name}}
{{$dispute_author_role}} ({{__('disputes.dispute_author')}}){{$disp_receiver_name}}
{{$disp_receiver_role}}{{$dispute_issue}}
{!! nl2br($dispute_detail) !!}
@if(! $chat->isEmpty())
@endif
@if($show_reply_box)
@error('reply_message')
@endif
{{__('disputes.dispute_conversation')}}
{{__('disputes.relpy_heading')}}
{{$message}}
@enderror
{{__('disputes.post_reply')}}
@if($status == 'publish' && $resolved_by == 'seller' && $created_to == $profile_id)
@endif
{{ __('project.attachments_to_download', ['total_count' => $total_attachments]) }}