Taekwondo

@include('layouts.admin.alerts') @if ($taekwondo == null)
Create New
@csrf {{ csrf_field() }}
What is taekwondo? * {{ $errors->first('taekwondo') }}

INDIA TAEKWONDO *

{{ $errors->first('india_taekwondo') }}

WORLD TAEKWONDO*

{{ $errors->first('world_taekwondo') }}

ASIAN TAEKWONDO UNION *

{{ $errors->first('asian_taekwondo_union') }}

TAEKWONDO SPORT *

{{ $errors->first('taekwondo_sport') }}

KYOROGI *

{{ $errors->first('kyorogi') }}

POOMSAE *

{{ $errors->first('poomsae') }}

PARA TAEKWONDO *

{{ $errors->first('para_taekwondo') }}
@else
Update
@csrf {{ method_field('PUT') }}
What is taekwondo? * {{ $errors->first('taekwondo') }}

INDIA TAEKWONDO *

{{ $errors->first('india_taekwondo') }}

WORLD TAEKWONDO*

{{ $errors->first('world_taekwondo') }}

ASIAN TAEKWONDO UNION *

{{ $errors->first('asian_taekwondo_union') }}

TAEKWONDO SPORT *

{{ $errors->first('taekwondo_sport') }}

KYOROGI *

{{ $errors->first('kyorogi') }}

POOMSAE *

{{ $errors->first('poomsae') }}

PARA TAEKWONDO *

{{ $errors->first('para_taekwondo') }}
@endif {{--
@csrf {{ method_field('PUT') }}

taekwondo

Modern taekwondo Federation Of India

Swimming

Fencing

Riding

Laser Run

--}}
@endsection