mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-07-11 10:46:13 +09:00
Task 2 - no relationship
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<ul>
|
||||
@foreach ($tasks as $task)
|
||||
<li>{{ $task->name }} ({{ $task->user->name }})</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
Reference in New Issue
Block a user