@extends('layouts.app') @section('content')
{{ csrf_field() }}
Back
Collection round Quarter {{$round->quarter}} - {{$round->year}}
@for($i=1;$i<=$round->quarter;$i++) @endfor @foreach($input as $partnerId=>$in) @for($i=1;$i<=$round->quarter;$i++) @if(is_array($in[$i]) && $in[$i]['override_converted_input']) @else @endif @endfor @endforeach
PartnerTurnover Q{{$i}} Cumulative
{{$in['nickname']}}
{{$in['name']}}
@if(array_key_exists("currency_code",$in[$i]) && $in[$i]['currency_code']) {{$in[$i]['currency_code']}} @else EUR @endif : {{$in[$i]['override_local_input']}}
EUR: {{$in[$i]['override_converted_input']}}
@if(is_array($in[$i])) @if(!empty($in[$i]['currency_code']) || !empty($in[$i]['local_input'])) {{$in[$i]['currency_code']}}: {{$in[$i]['local_input']}}
@endif EUR: {{$in[$i]['converted_input']}} @endif
EUR: {{$in['totalEuro']}}
@endsection