|
@@ -402,31 +402,6 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
|
</span>
|
|
|
@endforeach
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <div moe>
|
|
|
- <a start show><i class="fa fa-edit"></i> Link company</a>
|
|
|
- <form url="/api/companyClient/create" class="mcp-theme-1">
|
|
|
- <input type="hidden" name="clientUid" value="{{$patient->uid}}">
|
|
|
- <div class="form-group">
|
|
|
- <label class="control-label">Company </label>
|
|
|
- <select name="companyUid" class="form-control">
|
|
|
- @if(isset($companies))
|
|
|
- @foreach($companies as $company)
|
|
|
- <option value="{{$company->uid}}">{{$company->name}}</option>
|
|
|
- @endforeach
|
|
|
- @endif
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <button submit class="btn btn-sm btn-primary mr-1">Submit
|
|
|
- </button>
|
|
|
- <button cancel class="btn btn-sm btn-default border">
|
|
|
- Cancel
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|