{{--Claim--}} Full case details

{{ $claim->id }} Case ID
{{$claim->customer->first_name . ' '. $claim->customer->last_name}} Claimant
{{$claim->retailer ? $claim->retailer->name : ""}} Respondent
{{ $claim->claim_status->name }} Status

Case ID: {{ $claim->id }}

Assign Case

Case assigned to:

Eligibility

@isset($claim->eligibility) @if ( $claim->eligibility->files )
Files
@foreach( $claim->eligibility->files as $file ) @endforeach
Name Action
{{ $file->name }} Download
@endif @else

No Eligibility files found

@endisset
Remedies
@foreach( $claim->remedies as $remedy ) @endforeach
Name Cost
{{ $remedy->name }} {{ $remedy->cost }}
Total {{$claim->remedies->sum('cost')}}
Events
@foreach( $claim->events as $event ) @endforeach
Date Description
{{ $event->occured_at }} {{ $event->description }}

Evidence

@if ( $claim->evidences )
Files
@foreach( $claim->evidences as $file ) @endforeach
Name Action
{{ $file->name }} Download
@endif

Defence

@if(isset($claim->defence) ? is_null($claim->defence->type) : false)

You must now take one of actions below (i.e. agree to settle, make an offer or simply defend) by the defence due by date. If you opt to ‘make an offer’ you will also need to provide your defence to the claim in case the consumer rejects your offer.

@if ( !isset($claim->claim_object))
Object

You do not agree that the complaint is within our jurisdiction to adjudicate upon. You are therefore objecting to our acceptance of the claim

@endif
Settle In Full

You are agreeing to provide the remedy asked for by the consumer.

Defend And Make Offer

You are not agreeing to provide the remedy asked by the consumer and you want to counter offer.

Defend Only

You are not agreeing to provide the remedy asked by the consumer and you want to defend the claim.

@elseif ( isset($claim->defence) ? $claim->defence->type == "settle" : false)
This case is settled and closed.
@elseif ( isset($claim->defence) ? $claim->defence->type == "partial-settle" || $claim->defence->type == "defend" : false)
    @if ( !$claim->defence->final_ind ) @endif
    @if ( $claim->defence->final_ind ) Your defence is now final. A copy of your defence has been sent to the claimant, who now has 7 days to submit their Reply to Defence (comments). @else You have until {{$claim->defence->expiry_date}} to submit your defence. Please be aware that all the information you provide within your defence submission will be shown to the claimant. @endif
    @if($claim->defence->type == 'partial-settle')
    @endif
    @if ( !$claim->defence->final_ind )
    @endif
    @if( !$claim->defence->final_ind )
    You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB. Please be aware that all the information you provide within your defence submission will be shown to the claimant.

    Drop files here or click to upload.


    @endif here
    Name Uploaded At Actions Accessible by Claimant
@elseif ( isset($claim->defence) ? $claim->defence->type == "object" : false)
You have objected the claim, please see the object tab.
@endif
@if(isset($claim->claim_object) ? true : false)

Object

@if ( isset($claim->claim_object) ? true : false)
    @if ( $claim->claim_object->final_ind ) Your objection is now final. A copy of your objection has been sent to the claim handler, who now has 7 days to submit their Reply. @endif
    @if ( isset($claim->claim_object->response) ) @endif
    @if ( empty($claim->claim_object->reason) )
    @endif
    @if( empty($claim->claim_object->reason) )
    You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB. Please be aware that all the information you provide within your defence submission will be shown to the claimant.

    Drop files here or click to upload.


    @endif
    Name Uploaded At Actions
@endif
@endif

Final Comments

@if ($claim->final_comment) @else
This case dosen't have final comments opened it.
@endif
@if($claim->scheme->name=='ADR')

Draft Decision

@if (isset($claim->decision) ? $claim->decision->draft_ind==1 : false) @if($claim->decision->final_ind !== 1 && $claim->decision->draft_response == '')
@csrf
@endif
@if ( $claim->decision->files )
Files
@foreach( $claim->decision->files as $file ) @endforeach
Name Action
{{ $file->name }} Download
@endif
@else
This case dosen't have a decision.
@endif
@endif

Decision

@if ($claim->decision)
@if ( $claim->decision->files )
Files
@foreach( $claim->decision->files as $file ) @endforeach
Name Action
{{ $file->name }} Download
@endif
@else
This case dosen't have a decision.
@endif