@extends('layouts.app') @section('metadata') Formació i ocupació - Ajuntament de Cardedeu @endsection @section('content') @if ($user->checkinscripciocurstaller($tallerseleccionat->id))
{{ html()->form('POST')->route('inscripcionstallers.storefronttaller')->open() }}
{{ html()->label('Vull fer un taller (MÀXIM 4 OPCIONS)') }}
@foreach ($tallers as $taller) id == $tallerseleccionat->id) {{"checked"}} @endif/>
@endforeach

{{ html()->submit("Inscriure'm als tallers")->class(['form-control']) }}
{{ html()->form()->close() }}
@else
Ja existeix una inscripció al taller {{$tallerseleccionat->name}} per a aquest usuari
@endif
@endsection @section('bottomscripts') @endsection