@extends('layouts.app') @section('content')
Collection Rounds
@foreach($rounds as $round) @if($round->status>=2) @if($round->hasBonus("partner") && $round->status == 5) @endif {{----}} @endif @endforeach
Bonus - {{$round->year}}
Created {{$round->updated_at->format('l jS \\of F Y ') }}
View
Quarter {{$round->quarter}} - {{$round->year}}
Created {{$round->created_at->format('l jS \\of F Y ') }}
@if($round->editable()) Review @else View @endif
@if($round->editable()) Open @else Closed @endif @if($round->editable())
Edit @else View @endif
@endsection