@extends('layouts.app') @section('content')
{{ csrf_field() }}

Start a new collection round

Back
Quarter / Year
@if ($errors->has('quarter')) {{ $errors->first('quarter') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
Value of currency based on 1 EUR
@if($errors->has('currency.*'))
Please fill in all currency conversions
@endif @for ($i = 0; $i < sizeof($currencies); $i++) @if($i{{$currencies[$i]->code}} @endif @endfor
{{$currencies[$i]->code}} has("currency.".$currencies[$i]->id)) class="error" @endif type="text" value="{{ old("currency.".$currencies[$i]->id)}}" name="currency[{{$currencies[$i++]->id}}]" size="5" >has("currency.".$currencies[$i]->id)) class="error" @endif type="text" size="5" value="{{ old("currency.".$currencies[$i]->id)}}" name="currency[{{$currencies[$i]->id}}]">

Please enter currency in following format: 1.212 (e.g.)

@endsection @section('scripts') @endsection