@extends('layouts.app') @section('title', 'Create User') @section('breadcrumbs') @endsection @section('content')

Create User

Add a new system user

Back
@csrf @if ($errors->any())
@endif
User Information
Roles
@foreach($roles ?? [] as $role)
@endforeach
@endsection @push('scripts') @endpush