|
@@ -24,6 +24,77 @@
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</span>
|
|
</span>
|
|
|
|
+ | {{$note->effective_dateest}}
|
|
|
|
+ <span moe>
|
|
|
|
+ <a href="" show start><i class="fa fa-calendar"></i></a>
|
|
|
|
+ <form url="/api/note/putEffectiveDateEST">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label for="" class="control-label">Effective date EST </label>
|
|
|
|
+ <input type="date" name="effectiveDateEST" value="{{$note->effectiveTime}}" class="form-control">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
|
+ <button class="btn btn-danger btn-sm" cancel>Cancel</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </span>
|
|
|
|
+ <span moe>
|
|
|
|
+ <a href="" show start><i class="fa fa-clock"></i></a>
|
|
|
|
+ <form url="/api/note/putEffectiveTime">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label for="" class="control-label">Effective time </label>
|
|
|
|
+ <input type="time" name="effectiveTime" value="" class="form-control">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
|
+ <button class="btn btn-danger btn-sm" cancel>Cancel</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </span>
|
|
|
|
+ | hcp: {{$note->hcpPro->name_display}}
|
|
|
|
+ <div moe>
|
|
|
|
+ <a href="" show start><i class="fa fa-edit"></i></a>
|
|
|
|
+ <form url="/api/note/putHcp">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label for="" class="control-label">Ally Pro</label>
|
|
|
|
+ <select name="hcpProUid" class="form-control">
|
|
|
|
+ <option value="">-- select hcp pro --</option>
|
|
|
|
+ @foreach ($pros as $pro)
|
|
|
|
+ <option
|
|
|
|
+ value="{{$pro->uid}}">{{$pro->name_display}}</option>
|
|
|
|
+ @endforeach
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
|
+ <button class="btn btn-danger btn-sm" cancel>Cancel</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+ | ally: {{$note->allyPro->name_display}}
|
|
|
|
+ <div moe>
|
|
|
|
+ <a href="" show start><i class="fa fa-edit"></i></a>
|
|
|
|
+ <form url="/api/note/putAlly">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label for="" class="control-label">Ally Pro</label>
|
|
|
|
+ <select name="allyProUid" class="form-control">
|
|
|
|
+ <option value="">-- select ally pro --</option>
|
|
|
|
+ @foreach ($pros as $pro)
|
|
|
|
+ <option
|
|
|
|
+ value="{{$pro->uid}}">{{$pro->name_display}}</option>
|
|
|
|
+ @endforeach
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
|
+ <button class="btn btn-danger btn-sm" cancel>Cancel</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
<div>
|
|
<div>
|
|
@@ -42,6 +113,7 @@
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
+ @if($note->bills->count())
|
|
<div class="mt-2">
|
|
<div class="mt-2">
|
|
<table class="table table-sm tabe-striped">
|
|
<table class="table table-sm tabe-striped">
|
|
<thead>
|
|
<thead>
|
|
@@ -62,6 +134,7 @@
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
+ @endif
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="card-footer">
|
|
<div class="card-footer">
|