|
@@ -593,54 +593,52 @@
|
|
|
|
|
|
<hr class="m-negator my-3">
|
|
|
<div class="pb-3 screen-only">
|
|
|
- <div class="ml-auto d-flex align-items-center">
|
|
|
-
|
|
|
- @if($careMonth->mcp)
|
|
|
- <div class="d-inline-flex align-items-center">
|
|
|
- <span class="text-secondary font-weight-bold">Company Pro: </span>
|
|
|
- <b>{{$careMonth->companyPro && $careMonth->companyPro->company ? $careMonth->companyPro->pro->displayName() . ' / ' . $careMonth->companyPro->company->name : '-'}}</b>
|
|
|
- @if($careMonth->companyPro && $careMonth->companyPro->company)
|
|
|
- <div moe class="ml-1">
|
|
|
- <a class="text-danger" href="" show start><i class="fa fa-trash-alt"></i></a>
|
|
|
- <form url="/api/careMonth/wipeCompanyPro">
|
|
|
- <input type="hidden" name="uid" value="{{$careMonth->uid}}">
|
|
|
- <p>Wipe company pro from this care month?</p>
|
|
|
- <div class="mb-0">
|
|
|
- <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
- <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- @else
|
|
|
-
|
|
|
- <div moe class="ml-1">
|
|
|
- <a class="text-primary" href="" show start><i class="fa fa-edit"></i></a>
|
|
|
- <form url="/api/careMonth/putCompanyPro">
|
|
|
- <input type="hidden" name="uid" value="{{$careMonth->uid}}">
|
|
|
- <div class="mb-2">
|
|
|
- <select name="companyProUid" class="form-control form-control-sm">
|
|
|
- <option value="">-- select --</option>
|
|
|
- @foreach($careMonth->mcp->companyPros as $companyPro)
|
|
|
- <option value="{{$companyPro->uid}}">{{$companyPro->pro->displayName() . ' / ' . $companyPro->company->name}}</option>
|
|
|
- @endforeach
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <div class="mb-0">
|
|
|
- <button class="btn btn-success btn-sm" submit>Submit</button>
|
|
|
- <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
-
|
|
|
- @endif
|
|
|
- </div>
|
|
|
- @else
|
|
|
- <div class="alert alert-info">MCP has not been set on the care month.</div>
|
|
|
- @endif
|
|
|
+ <div class="">
|
|
|
+ @if($careMonth->mcp)
|
|
|
+ <div class="d-flex align-items-baseline">
|
|
|
+ <div class="text-secondary font-weight-normal mb-1">Company Pro: </div>
|
|
|
+ <b>{{$careMonth->companyPro && $careMonth->companyPro->company ? $careMonth->companyPro->pro->displayName() . ' / ' . $careMonth->companyPro->company->name : '-'}}</b>
|
|
|
+ @if($careMonth->companyPro && $careMonth->companyPro->company)
|
|
|
+ <div moe class="ml-1">
|
|
|
+ <a class="text-danger" href="" show start><i class="fa fa-trash-alt"></i></a>
|
|
|
+ <form url="/api/careMonth/wipeCompanyPro">
|
|
|
+ <input type="hidden" name="uid" value="{{$careMonth->uid}}">
|
|
|
+ <p>Wipe company pro from this care month?</p>
|
|
|
+ <div class="mb-0">
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ @else
|
|
|
+
|
|
|
+ <div moe class="ml-1">
|
|
|
+ <a class="text-primary" href="" show start><i class="fa fa-edit"></i></a>
|
|
|
+ <form url="/api/careMonth/putCompanyPro">
|
|
|
+ <input type="hidden" name="uid" value="{{$careMonth->uid}}">
|
|
|
+ <div class="mb-2">
|
|
|
+ <select name="companyProUid" class="form-control form-control-sm">
|
|
|
+ <option value="">-- select --</option>
|
|
|
+ @foreach($careMonth->mcp->companyPros as $companyPro)
|
|
|
+ <option value="{{$companyPro->uid}}">{{$companyPro->pro->displayName() . ' / ' . $companyPro->company->name}}</option>
|
|
|
+ @endforeach
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="mb-0">
|
|
|
+ <button class="btn btn-success btn-sm" submit>Submit</button>
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
+ @else
|
|
|
+ <div class="alert alert-info">MCP has not been set on the care month.</div>
|
|
|
+ @endif
|
|
|
@if($careMonth->companyPro && $careMonth->companyPro->company)
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
- <div class="d-inline-flex align-items-center">
|
|
|
- <span class="text-secondary font-weight-bold">Payer 1°: </span>
|
|
|
+ <div class="d-flex align-items-baseline">
|
|
|
+ <div class="text-secondary font-weight-normal mb-1">Payer 1°: </div>
|
|
|
<b>
|
|
|
{{$careMonth->companyProPayer && $careMonth->companyProPayer->payer ? $careMonth->companyProPayer->payer->name : '-'}}
|
|
|
</b>
|
|
@@ -678,14 +676,12 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
- <span>
|
|
|
- <span class="text-secondary font-weight-bold">Payer 2°: </span>
|
|
|
- </span>
|
|
|
+ <div class="d-flex align-items-baseline">
|
|
|
+ <div class="text-secondary font-weight-normal mb-1">Payer 2°: </div>
|
|
|
+ </div>
|
|
|
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
- <div class="d-inline-flex align-items-center">
|
|
|
- <span class="text-secondary font-weight-bold">Location: </span><b>{{$careMonth->companyLocation ? $careMonth->companyLocation->line1 . ', ' . $careMonth->companyLocation->city : '-'}}</b>
|
|
|
+ <div class="d-flex align-items-baseline">
|
|
|
+ <div class="text-secondary font-weight-normal mb-1">Location: </div><b>{{$careMonth->companyLocation ? $careMonth->companyLocation->line1 . ', ' . $careMonth->companyLocation->city : '-'}}</b>
|
|
|
@if($careMonth->companyLocation)
|
|
|
<div moe class="ml-1">
|
|
|
<a class="text-danger" href="" show start><i class="fa fa-trash-alt"></i></a>
|
|
@@ -721,6 +717,11 @@
|
|
|
</div>
|
|
|
@endif
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="d-flex align-items-baseline">
|
|
|
+ <div class="text-secondary font-weight-normal">Primary Coverage: </div>
|
|
|
+ <b class="d-inline-flex">@include('app.patient.coverage_column_renderer', ['patient'=>$patient, 'truncateName' => true])</b>
|
|
|
+ </div>
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|