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

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

Assign Exam :



@if (count($MISConfigurations) > 0) @foreach ($MISConfigurations as $key => $MISConfiguration) @endforeach @else @endif
S.No Exam Action
{{ $key + 1 }} {{ $MISConfiguration->Name ? $MISConfiguration->Name : null }} ID, $userExams)) checked @endif value="{{ $MISConfiguration->ID}}">
No Exam Found !!
@endsection