@extends('layouts.app') @section('content')
{{ csrf_field() }}
@if(Request::get("inputSaved")==1) @endif @if(count($errors)) @endif Back
Collection round Quarter {{$round->quarter}} - {{$round->year}}
{{----}} @foreach($input as $in) {{----}} @endforeach
Supplier Collection Round Q{{$round->quarter}} Accept turnover RemarksCollection Round EUR Q{{$round->quarter}}
{{$in->supplier_nickname}}
{{$in->supplier_name}}
@if($in->override_converted_input) {{$in->currency_code}} : {{$in->override_local_input}}
EUR: {{$in->override_converted_input}} @else @if($in->currency_code) {{$in->currency_code}}: {{$in->local_input}}
EUR: {{$in->converted_input}} @endif @endif
@if(sizeof($notListedSuppliers)>0) A supplier is not listed @endif
@endsection @section('scripts') @endsection