|
@@ -37,7 +37,7 @@
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="px-2 border-left">
|
|
|
|
|
|
+ <div class="px-2 border-left border-right">
|
|
<div class="d-flex">
|
|
<div class="d-flex">
|
|
<span class="mr-2">{{friendly_date_time($note->effective_dateest, false)}}</span>
|
|
<span class="mr-2">{{friendly_date_time($note->effective_dateest, false)}}</span>
|
|
<span moe class="ml-auto">
|
|
<span moe class="ml-auto">
|
|
@@ -74,7 +74,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="px-2 border-left">
|
|
|
|
|
|
+ <div class="px-2">
|
|
<div class="d-flex">
|
|
<div class="d-flex">
|
|
<span class="mr-2"><span class="text-secondary">HCP:</span> {{$note->hcpPro->name_display}}</span>
|
|
<span class="mr-2"><span class="text-secondary">HCP:</span> {{$note->hcpPro->name_display}}</span>
|
|
<div moe class="ml-auto">
|
|
<div moe class="ml-auto">
|
|
@@ -85,7 +85,7 @@
|
|
<select name="hcpProUid" class="form-control form-control-sm">
|
|
<select name="hcpProUid" class="form-control form-control-sm">
|
|
<option value="">-- Select HCP Pro --</option>
|
|
<option value="">-- Select HCP Pro --</option>
|
|
@foreach ($pros as $iPro)
|
|
@foreach ($pros as $iPro)
|
|
- <option value="{{$iPro->uid}}" {{ $iPro->id === $note->hcpPro->id ? 'selected' : '' }}>{{$iPro->name_display}}</option>
|
|
|
|
|
|
+ <option value="{{$iPro->uid}}" {{ $note->hcpPro && $iPro->id === $note->hcpPro->id ? 'selected' : '' }}>{{$iPro->name_display}}</option>
|
|
@endforeach
|
|
@endforeach
|
|
</select>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
@@ -96,8 +96,8 @@
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="d-flex">
|
|
|
|
- <span class="mr-2"><span class="text-secondary">Ally:</span> {{$note->allyPro->name_display}}</span>
|
|
|
|
|
|
+ {{--<div class="d-flex">
|
|
|
|
+ <span class="mr-2"><span class="text-secondary">Ally:</span> {{$note->allyPro ? $note->allyPro->name_display : '-'}}</span>
|
|
<div moe class="ml-auto">
|
|
<div moe class="ml-auto">
|
|
<a href="" show start><i class="fa fa-edit"></i></a>
|
|
<a href="" show start><i class="fa fa-edit"></i></a>
|
|
<form url="/api/note/putAlly">
|
|
<form url="/api/note/putAlly">
|
|
@@ -106,7 +106,7 @@
|
|
<select name="allyProUid" class="form-control form-control-sm">
|
|
<select name="allyProUid" class="form-control form-control-sm">
|
|
<option value="">-- Select Ally Pro --</option>
|
|
<option value="">-- Select Ally Pro --</option>
|
|
@foreach ($pros as $iPro)
|
|
@foreach ($pros as $iPro)
|
|
- <option value="{{$iPro->uid}}" {{ $iPro->id === $note->allyPro->id ? 'selected' : '' }}>{{$iPro->name_display}}</option>
|
|
|
|
|
|
+ <option value="{{$iPro->uid}}" {{ $note->allyPro && $iPro->id === $note->allyPro->id ? 'selected' : '' }}>{{$iPro->name_display}}</option>
|
|
@endforeach
|
|
@endforeach
|
|
</select>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
@@ -116,10 +116,10 @@
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
+ </div>--}}
|
|
</div>
|
|
</div>
|
|
<div class="ml-auto d-flex align-items-start">
|
|
<div class="ml-auto d-flex align-items-start">
|
|
- <div class="pr-2 border-right">
|
|
|
|
|
|
+ <div class="pr-2">
|
|
<div>
|
|
<div>
|
|
@if($note->is_signed_by_hcp)
|
|
@if($note->is_signed_by_hcp)
|
|
<span class="text-secondary">
|
|
<span class="text-secondary">
|
|
@@ -142,12 +142,12 @@
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
|
|
+ {{--<div>
|
|
@if($note->is_signed_by_ally)
|
|
@if($note->is_signed_by_ally)
|
|
<span class="text-secondary">
|
|
<span class="text-secondary">
|
|
- <i class="fa fa-check"></i>
|
|
|
|
- Ally Signed
|
|
|
|
- </span>
|
|
|
|
|
|
+ <i class="fa fa-check"></i>
|
|
|
|
+ Ally Signed
|
|
|
|
+ </span>
|
|
@else
|
|
@else
|
|
<div moe
|
|
<div moe
|
|
class="{{ $note->ally_pro_id !== $pro->id ? 'moe-disabled' : '' }}"
|
|
class="{{ $note->ally_pro_id !== $pro->id ? 'moe-disabled' : '' }}"
|
|
@@ -163,9 +163,9 @@
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
- </div>
|
|
|
|
|
|
+ </div>--}}
|
|
</div>
|
|
</div>
|
|
- <div class="pl-2">
|
|
|
|
|
|
+ <div class="pl-2 border-left">
|
|
<div class="d-flex justify-content-end">
|
|
<div class="d-flex justify-content-end">
|
|
<div moe relatve class="">
|
|
<div moe relatve class="">
|
|
<a class="" href="" show start>Create Bill</a>
|
|
<a class="" href="" show start>Create Bill</a>
|