Editar Deportista:
@if (count($errors)>0)
@foreach ($errors->all() as $error)
- {{$error}}
@endforeach
@endif
{!!Form::model($categoria_edad,['method'=>'PATCH','route'=>['AsignarCategoriaEdad.update',$categoria_edad->idCategoria_Edad]])!!}
{{Form::token()}}
{!!Form::close()!!}