@extends('adminlte::page')
@section('title', 'Afegir Sessió informativa')
@section('content_header')
Afegir Sessió informativa
@endsection
@section('breadcrumb')
{{ html()->form('POST')->route('sinformativas.store')->acceptsFiles()->open() }}
{{ html()->label('Data de la sessió informativa') }}
{{ html()->label("Tipus de sessió informativa") }}
{{ html()->label("Curs/taller relacionat") }}
{{ html()->label('Places') }}
{{ html()->number('places')->name('places')->required(true)->class(['form-control'])->value(old('places')) }}
{{ html()->submit('Guardar')->class(['form-control']) }}
{{ html()->form()->close() }}
@endsection
@section('js')