{{-- Record a licence status. Rendered into the shared .view_modal container by the app-wide .btn-modal handler, so it is a bare modal-dialog. --}} @php $util = app(\App\Utils\ComplianceUtil::class); @endphp {{-- The form MUST wrap .modal-content, not sit inside .modal-body. A
opened inside .modal-body is implicitly closed by that div's during HTML parsing, which left the Save button in .modal-footer OUTSIDE the form — so clicking it did nothing at all. Same structure the PO follow-up modal uses. --}}