@extends('layouts.master') @section('content')
@include('layouts.page-header')
@if ($error ?? false) @endif @if ($success ?? false) @endif
@csrf @if($userDetails) @endif
@foreach($hiringOrgs as $hiringOrg) @endforeach
role === App\Models\User::ROLE_ASSESSOR ? 'checked' : '') : 'checked' }}> role === App\Models\User::ROLE_EXTERNAL_ADMIN ? 'checked' : '') : '' }}> role === App\Models\User::ROLE_ADMIN ? 'checked' : '') : '' }}>
@stop @section('footer-scripts') @endsection