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

Създаване на турнир

{{ 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
@if ($errors->has('participants')) {{ $errors->first('participants') }} @endif
@if ($errors->has('fee')) {{ $errors->first('fee') }} @endif
@if ($errors->has('info')) {{ $errors->first('info') }} @endif
Кръг Точки
@endsection