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

@csrf
Basic Information :
@error('UserName')
{{ $message }}
@enderror
@error('Email')
{{ $message }}
@enderror
@error('PasswordHash')
{{ $message }}
@enderror
@php $ProjectIDsArray = explode(',', $adminUser->ProjectIDs); @endphp

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, $ProjectIDsArray)) checked @endif value="{{ $MISConfiguration->ID}}">
No Exam Found !!
@endsection