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

Промяна на мач

{{ method_field('PATCH') }} {{ csrf_field() }}
@if($match->user1_id==0 && $match->parent1_id==0) @if ($errors->has('user1_id')) {{ $errors->first('user1_id') }} @endif
@else @endif
@if($match->user2_id==0 && $match->parent1_id==0) @if ($errors->has('user2_id')) {{ $errors->first('user2_id') }} @endif
@else @endif
@if ($errors->has('start_time')) {{ $errors->first('start_time') }} @endif
@for($i=1;$i<=5;$i++) @endfor @for($i=1;$i<=5;$i++) @endfor
Резултат Точки
tournament->manual_points==0 ? 'readonly' : ''}}>
tournament->manual_points==0 ? 'readonly' : ''}}>
@endsection