{{$customer->first_name}} {{$customer->last_name}} {{ $customer->city }}, {{$customer->country}}
{{ count($customer->claims) }} Cases
{{ count($customer->notifications) }} Messages
First Name is required
Last Name is required
enabled_sms_notification == 1 ? 'checked' : ''}}>
The password must contain minimum eight characters, at least one uppercase letter, one lowercase letter, one number and one special character. @error('password') @enderror
The password don't match.
@if( count($customer->claims) > 0)
@else @endif
{{--
--}} @if( count($customer->claims) > 0)

Your Latest Claim


{{ $latestClaim->id }} Case ID
{{ !empty($latestClaim->retailer->name) ? $latestClaim->retailer->name : ''}} Retailer
{{ $latestClaim->claim_status->name }} Status

Older Cases

Case Detail

Loading...

Respondent

Final Comments

Arbitrator

Settings saved

All your settings changes have been saved!

IMPORTANT NOTE: We now have what we call a ‘complete complaint file’. This means that we have received all relevant information and evidence from both parties. From this point, we do not accept any communications from the parties until the determination is published or if we exceed 90 days from the date we deemed a complete complaint file on your case.
If you need to contact us with something urgent (for the avoidance of doubt, we will not accept further evidence so this is not classed as urgent) you can contact us by clicking [here].
@endif @if( count($customer->claims) > 0)
Info
Action Required & Information

@foreach( $customer->claims as $claim )

{{$claim->id}} : Action Date {{$claim->last_date}}

@switch($claim->claim_status->name) @case('Waiting File Submission') You now must upload any documents/evidence to support your complaint.

@break @case('New') Your complaint is with our Initial Assessment team. This means your complaint is under review and a decision is going to be made to determine whether it falls within scope, in accordance with 1.1 of the Scheme Rules. We will update you on our decision within 2 working days.

@break @case('Awaiting Respondent') @if($claim->scheme->name == 'ADR') Your complaint has been sent to the respondent, who has {{App\Settings::defenceDue(true)}} days to submit their defence.

@else Your complaint has been sent to the respondent, who has 21 days to submit their defence.

@endif @break @case('Awaiting Claimant’s Final Comments') A copy of the Respondent’s defence can be seen for your attention in the Respondent tab. You have 7 days to submit any final comments in response to the defence in the Final Comments tab. Please refer to the Messages tab for further information.

@break @case('Claimant Final Comments Published') Your complaint is being reviewed by a member of our team.

@break @case('Awaiting Respondent’s Final Comments') A copy of your comments has been sent to the Respondent, who has 7 days to submit their comments.

@break @case('Awaiting Case Handler Selection') Your complaint is due to be assigned to a Case Handler.

@break @case('Awaiting Determination') @if($claim->scheme->name == 'ADR') An Adjudicator has been assigned to your complaint. The Adjudicator will deal with the case on the documents submitted to date and may request further information or documentation at their sole discretion.

@else An Arbitrator has been assigned to your complaint. The Arbitrator will deal with the case on the documents submitted to date and may request further information or documentation at their sole discretion.

@endif @break @case('Determination Published') There has been an update on your complaint. Please view the messages section for further information

@break @case('Determination in Progress') @case('Determination Review') An Adjudicator has been assigned to your complaint. The Adjudicator will deal with the case on the documents submitted to date and may request further information or documentation at their sole discretion.

@break @case('Closed') Our process and our involvement in your complaint has come to an end. Your case has been closed

@break @default There is no update right now, please check back later

@break @endswitch {{--@if($claim->claim_status->name == 'Waiting File Submission') @endif @if($claim->claim_status->name == 'New') @endif--}} @endforeach
@if(!null == $customer->ratings)

Rate your experience

Thank you for submitting your feedback
@else

Rate your experience

Response time
Customer service
Ease of use
Knowledge
Staff interaction
@endif