@extends('layouts.app') @section('content')

Add User

Back
@if($errors->any())
{{ collect($errors->all())->first() }}
@endif
@csrf
@if($roleSupported)
@else
Run migrations to enable users.role, then you can set admin/user roles here.
@endif
@endsection