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

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

@if(Auth::user()->can('access claim buttons') ) Assign Adjudicator  Assign Review Adjudicator  {{--Move Case To Next Step --}} {{-- --}} @endif
@if (session('success'))
{{ session('success') }}
@endif @if($errors->any())
{!! implode('', $errors->all()) !!}
@endif
Case Info

Adjudicator:

Review Adjudicator:


@csrf
Customer Details
First Name is required
Last Name is required
customer->enabled_sms_notification == 1 ? 'checked' : ''}} >

@csrf
Claim Details
The reference number is required.
The reference number is required.
Claim last date is required
@if (is_null($claim->scheme_id) ) @elseif (in_array($claim->retailer_id, [706, 816, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779]))
Payment is not required.
@elseif ($claim->scheme_id == 1)
This case is an ADR scheme case, therefore no payment is required.
@elseif ($claim->scheme_id == 2) @endif
@if ($claim->scheme_id == 2)
@endif
@if ( $isDixonCase )
@endif
@csrf
Eligibility @if (session('eligibility_success'))
{{ session('eligibility_success') }}
@endif
Date complained to company is required.
What date did you initially complain is required.
The company final response date is required.
{{--
--}} @if ( $isDixonCase )
@endif

Eligibility Files
You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB.

Drop files here or click to upload.


Name Uploaded Actions
Evidence Files
You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 50 MB.

Drop files here or click to upload.


Name Uploaded Actions
Occured At Description
Occured At Description
Name Cost
Name Cost
@if ( $claim->defence && $claim->defence->type != 'object' )
@csrf
Defence
Expiry date is required.
Creation date is required.

Defence file
You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB.

Drop files here or click to upload.


Name Uploaded Actions
@elseif($claim->defence && $claim->defence->type == 'object')
This claim has been objected, please see the object tab.
@else

This case doesn't have a defence.

@endif
@if(isset($claim->claim_object) ? true : false)
@csrf
Object
Creation date is required.
Claim last date is required

Object file
You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB.

Drop files here or click to upload.


Name Uploaded Actions
@endif
@if ( $claim->final_comment )

Claimant

@csrf
Creation date is required.
Customer comment expiry date is required.

Respondent

@csrf
Creation date is required.
Respondent comment expiry date is required.
@else

This case doesn't have final comments opened.

@endif
@if ( $claim->decision ) Decision

Claimant case


Name Uploaded Actions

Respondent case

Name Uploaded Actions

Adjudicator section

hasRole('Admin') ? '' : 'disabled' }}> @csrf
Creation date is required.
Decision expiry date is required.
@if( Auth::user()->hasRole('Admin') )
@endif

Determination Review (Respondent)

  • Response @if(!is_null($claim->decision->draft_response_content) && $claim->decision->draft_awarded_to == 'claimant') {{ $claim->decision->draft_response == 'accept' ? 'Accepted' : 'Rejected' }} @else N/A @endif
  • Response Date and Time @if(!is_null($claim->decision->draft_response_content) && $claim->decision->draft_awarded_to == 'claimant') {{ date_format($claim->decision->updated_at, "d-m-Y") }} at {{ date_format($claim->decision->updated_at, "H:i A") }} @else N/A @endif
  • Response Text @if(!is_null($claim->decision->draft_response_content) && $claim->decision->draft_awarded_to == 'claimant') {{ str_replace(' ', ' ', strip_tags($claim->decision->draft_response_content)) }} @else N/A @endif
@else

This case doesn't have a decision.

@endif
@foreach($notifications as $notification) @php $notification_type = explode("\\", $notification->notifiable_type); @endphp @endforeach
Date Event To
{{ $notification->created_at ?? '' }} {{ $notification->data['subject'] ?? ''}} {{ end($notification_type) }}
Date Note Added by
Date Note Added by

Write Decison

You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB.

Drop files here or click to upload.


Name Uploaded Actions