@extends('layouts.app') @section('title') User Lists @endsection @section('content')
Add User
Back

@csrf
Basic Information :
@error('OrganizationName')
{{ $message }}
@enderror
@error('UserName')
{{ $message }}
@enderror
@error('Email')
{{ $message }}
@enderror
@error('PasswordHash')
{{ $message }}
@enderror

Assign Exam :



@error('ProjectIDs.*')
{{ $message }}
@enderror @if (count($MISConfigurations) > 0) @foreach ($MISConfigurations as $key => $MISConfiguration) @endforeach @else @endif
S.No Exam Name Action
{{ $key + 1 }} {{ $MISConfiguration->Name ? $MISConfiguration->Name : null }}
No Exam Found !!
@endsection