mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-07-16 21:23:37 +09:00
6 lines
156 B
PHP
6 lines
156 B
PHP
<ul>
|
|
@foreach ($attachments as $attachment)
|
|
<li>{{ $attachment->filename }} {{ get_class($attachment->attachable) }}</li>
|
|
@endforeach
|
|
</ul>
|