Images can now be uploaded via the media endpoint in a basic way
This commit is contained in:
parent
16015d3f4b
commit
764557b96b
10 changed files with 125 additions and 75 deletions
|
@ -8,6 +8,9 @@
|
|||
<div class="note">
|
||||
<div class="e-content p-name">
|
||||
{!! $note->note !!}
|
||||
@foreach($note->media()->get() as $media)
|
||||
<img src="{{ $media->url }}" alt="">
|
||||
@endforeach
|
||||
</div>
|
||||
<div class="note-metadata">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue