@extends('layout.layout') @section('title') Adjustment @endsection @section('content')
| ERX ID | SUBJECT ID | Record ID | COL. DATE | COMP. TYPE | COMP.$ | ADJ. DATE | ADJ. BY | IS ADJUSTED | @if (session('Role') != "site-monitor" && session('Role') != "sponsor")ACTION | @endif||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $user->erxId }} | {{ $payment->subjectId }} | @php $visit = App\Models\Visit::find($payment->visitId); @endphp{{ isset($visit)?$visit->visitId:"No visit" }} | {{ isset($visit)?convert_mm_dd_yyyy($visit->scheuleDate):"" }} | @php if ($payment->type == 'SampleCharges') { $sample = App\Models\CollectSample::find($payment->typeId); $compType = $sample->name; } else { $ancillary = App\Models\AncillaryCharge::find($payment->typeId); $compType = $ancillary->name; } @endphp{{ $compType }} | {{ $payment->amount }} | @if ($payment->isPrimary == 0 && $payment->isAdjusted == 1){{ convert_mm_dd_yyyy($payment->created_at) }} | {{ Str::limit($payment->createdBy, 20) }} | @elseN/A | N/A | @endif@if ($payment->isAdjusted == 1) YES @else NO @endif @if ($payment->isPrimary == 1) Primary @endif | @if (session('Role') != "site-monitor" && session('Role') != "sponsor")@if ($payment->isPrimary == 1 && isset($visit)) @endif | @endif
| ERX ID | SUBJECT ID | RECORD ID | COL. DATE | COMP. TYPE | COMP.$ | ADJ. DATE | ADJ. BY | IS ADJUSTED | ACTION |
|---|