Point Docker and Coolify compose to the Laravel rebuild app so mahasiswa, dosen, and admin flows are served from the new Laravel public entrypoint.
13 lines
1.2 KiB
PHP
13 lines
1.2 KiB
PHP
<x-dosen.partials.page-shell :title="$title" :sidebar="$sidebar" :page-title="$pageTitle" :page-description="$pageDescription" :page-date="$pageDate" :user="$user">
|
|
<section class="rounded-xl border border-[#E5E7EB] bg-white p-6 shadow-[0_8px_12px_rgba(13,10,44,0.04)]">
|
|
<h3 class="text-xl font-semibold text-[#15171A]">Integrasi Pra LIRS</h3>
|
|
<p class="mt-4 max-w-[820px] text-sm leading-7 text-[#4B5563]">Modul lama mengambil data Pra LIRS dari layanan eksternal Informatika. Untuk tahap overhaul ini, jalur modul dikembalikan sebagai halaman rebuild dan sumber integrasinya dipertahankan sama agar perilaku existing tidak berubah mendadak.</p>
|
|
<div class="mt-6 rounded-xl border border-[#E5E7EB] bg-[#F9FAFB] p-5 text-sm text-[#374151]">
|
|
Endpoint sumber: <span class="font-mono text-[13px]">{{ $externalUrl }}</span>
|
|
</div>
|
|
<div class="mt-6">
|
|
<a href="https://informatika.untan.ac.id/konsultasi/" target="_blank" rel="noreferrer" class="inline-flex items-center rounded-md bg-[#15171A] px-4 py-2.5 text-sm font-medium text-white hover:opacity-90">Buka Layanan Terkait</a>
|
|
</div>
|
|
</section>
|
|
</x-dosen.partials.page-shell>
|