@extends('layouts.admin') @section('title', 'Configure Popup - AATI Admin') @section('content')
AquĆ configuras los datos que aparecen en el popup al abrir el formulario de Written Exam.
@if(session('success'))| Popup Name | Register By | Exam Date | Exam Time | Status | Actions |
|---|---|---|---|---|---|
| {{ $config->session_name }} | {{ $config->register_by_date ? $config->register_by_date->format('m/d/Y') : 'N/A' }} | {{ $config->exam_date ? $config->exam_date->format('F j, Y') : 'N/A' }} | {{ $config->exam_time }} | @if($config->is_active) Active @else Inactive @endif | @if(!$config->is_active) Activate @endif Edit |
No popup configurations found. Create one and mark it active.
@endif