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