mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-06-05 15:07:42 +09:00
Task 6 - average of the field
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<ul>
|
||||
@foreach ($countries as $country)
|
||||
<li>{{ $country->name }} (avg team size {{ $country->teams_avg_size }})</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
Reference in New Issue
Block a user