|
@@ -601,35 +601,7 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|
|
|
- @if($pro->pro_type === 'ADMIN')
|
|
|
- <div class="d-flex align-items-center">
|
|
|
- <span class="min-width-140px">CM Setup Claim:</span>
|
|
|
- <div class="d-inline-flex align-items-center flex-grow-1">
|
|
|
- @if(!!$note->cmSetupClaim)
|
|
|
- <span class="text-nowrap text-success">
|
|
|
- <i class="fa fa-check"></i>
|
|
|
- <b>Created</b>
|
|
|
- </span>
|
|
|
- @else
|
|
|
- <span class="text-nowrap text-warning-mellow">
|
|
|
- <i class="fa fa-times"></i>
|
|
|
- <b>Not Created</b>
|
|
|
- </span>
|
|
|
- <div moe class="ml-3">
|
|
|
- <a href="" show start>Generate</a>
|
|
|
- <form url="/api/note/generateCmSetupClaim">
|
|
|
- <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
- <p>Generate CM setup claim?</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>
|
|
|
- @endif
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- @endif
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div class="p-3 border-bottom screen-only" data-non-segment-section="RM Setup">
|