@extends('layouts.app') @section('link') @endsection @section('content')

Промяна на турнир

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('playground_id')) {{ $errors->first('playground_id') }} @endif
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif @if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
@if ($errors->has('sport_id')) {{ $errors->first('sport_id') }} @endif
add_points)==1 ? "checked" : ""}}>
@if ($errors->has('participants')) {{ $errors->first('participants') }} @endif
@if ($errors->has('fee')) {{ $errors->first('fee') }} @endif
@if ($errors->has('info')) {{ $errors->first('info') }} @endif
@foreach($tournament->rounds as $index=>$round) @endforeach
Кръг Точки
{{$round->round}}
@endsection