hasPendingMosaic()) wire:poll.1s="" @endif >

Mosaics

@if ($project->hasPendingMosaic())

Pending mosaics for this project: {{ $project->mosaics()->statusPending()->count() }}

@endif
Create Mosaic
@foreach($mosaics as $mosaic) @endforeach
Name Year-Week Status
{{ $mosaic->name }} {{ $mosaic->year }}-{{ $mosaic->week}}
Results: {{ \Illuminate\Support\Number::format($mosaics->total()) }}
{{ $mosaics->links('livewire.pagination') }}