@if (!empty($this->user))
Foto |
Week 1 |
Week 2 |
Week 3 |
Week 4 |
Week 5 |
Week 6 |
Week 7 |
Week 8 |
Voorkant |
@foreach ($checkins as $c)
@foreach ($photos as $p)
@if ($p->checkin_id == $c->id && $p->photo_type == 1)
 }}) |
@endif
@endforeach
@endforeach
Zijkant |
@foreach ($checkins as $c)
@foreach ($photos as $p)
@if ($p->checkin_id == $c->id && $p->photo_type == 2)
 }}) |
@endif
@endforeach
@endforeach
Achterkant |
@foreach ($checkins as $c)
@foreach ($photos as $p)
@if ($p->checkin_id == $c->id && $p->photo_type == 3)
 }}) |
@endif
@endforeach
@endforeach
@endif