@extends('adminlte::page') @section('title', "Inscriure l'usuari {{$user->name}} {{$user->cognom1}} {{$user->cognom2}} a tallers") @section('content_header') Inscriure l'usuari {{$user->name}} {{$user->cognom1}} {{$user->cognom2}} a tallers @endsection @section('breadcrumb') @endsection @section('css') @endsection @section('content')
{{ html()->form('POST')->route('storeinscriureataller')->open() }}
{{ html()->input('user_id')->name('user_id')->value($user->id)->class(['hidden']) }}
{{ html()->label('Selecciona el taller') }}
{{ html()->submit('Guardar')->class(['form-control']) }}
{{ html()->form()->close() }}
@endsection @section('js') @endsection