|
@@ -73,6 +73,8 @@
|
|
@if($linkedCompany->status_memo)
|
|
@if($linkedCompany->status_memo)
|
|
- {{$linkedCompany->status_memo}}
|
|
- {{$linkedCompany->status_memo}}
|
|
@endif
|
|
@endif
|
|
|
|
+ <br/>
|
|
|
|
+ Effective: {{$linkedCompany->status_effective_date}}
|
|
<span moe class="ml-1" relative>
|
|
<span moe class="ml-1" relative>
|
|
<a class="" href="" show start><i class="fa fa-edit"></i></a>
|
|
<a class="" href="" show start><i class="fa fa-edit"></i></a>
|
|
<form url="/api/companyClient/update-status" right>
|
|
<form url="/api/companyClient/update-status" right>
|
|
@@ -97,6 +99,10 @@
|
|
<div class="m-2">
|
|
<div class="m-2">
|
|
<textarea name="memo">{{$linkedCompany->status_memo}}</textarea>
|
|
<textarea name="memo">{{$linkedCompany->status_memo}}</textarea>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label for="" class="control-label">Effective Date</label>
|
|
|
|
+ <input type="date" name="statusEffectiveDate" class="form-control" value="{{$companyClient->status_effective_date}}">
|
|
|
|
+ </div>
|
|
<div class="mb-0">
|
|
<div class="mb-0">
|
|
<button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
<button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
<button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
<button class="btn btn-default border btn-sm" cancel>Cancel</button>
|