Claim Here you can see a specific claim

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

Defence

    @if ( $claim->defence->final_ind ) Your defence is now final. @else You have until {{$claim->defence->expiry_date}} to submit your defence. @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.

    Drop files here or click to upload.


    @endif
    Name Uploaded At Actions

Decision

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