{{ html()->label('Vull fer un curs (MÀXIM 4 OPCIONS)') }}
@foreach ($cursos as $curso)
id == $cursoseleccionat->id) {{"checked"}} @endif @if($user->checkinscripciocurstallersolocurso($curso->id)) {!"checked onclick='event.preventDefault()'!} @endif/>
@endforeach
{{ html()->submit("Inscriure'm als cursos")->class(['form-control']) }}