@extends('layouts.app') @section('content')
Create new users
{{ csrf_field() }}
FirstName
LastName
E-Mail
Password
Group
Teacher
Admin
@for ($n_user=1; $n_user<=12; $n_user++) @include('user.user_form') @endfor
@endsection