8 lines
303 B
PHP
8 lines
303 B
PHP
<div class="up-card">
|
|
<div class="up-card__body">
|
|
<input type="hidden" name="notable_id" id="notable_id" value="{{ $profile['user']->id }}">
|
|
<input type="hidden" name="notable_type" id="notable_type" value="App\User">
|
|
<div class="document_note_body"></div>
|
|
</div>
|
|
</div>
|