Deploy Laravel rebuild via Coolify
Point Docker and Coolify compose to the Laravel rebuild app so mahasiswa, dosen, and admin flows are served from the new Laravel public entrypoint.
This commit is contained in:
46
rebuild/resources/views/dashboard/partials/icon.blade.php
Normal file
46
rebuild/resources/views/dashboard/partials/icon.blade.php
Normal file
@@ -0,0 +1,46 @@
|
||||
@switch($icon)
|
||||
@case('home')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M3 10.5 12 3l9 7.5"/><path d="M5 9.5V21h14V9.5"/></svg>
|
||||
@break
|
||||
@case('folder')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M3 7.5A2.5 2.5 0 0 1 5.5 5H10l2 2h6.5A2.5 2.5 0 0 1 21 9.5v8A2.5 2.5 0 0 1 18.5 20h-13A2.5 2.5 0 0 1 3 17.5z"/></svg>
|
||||
@break
|
||||
@case('briefcase')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6V4.5h6V6"/><path d="M4 8.5h16v9A2.5 2.5 0 0 1 17.5 20h-11A2.5 2.5 0 0 1 4 17.5z"/><path d="M4 11h16"/></svg>
|
||||
@break
|
||||
@case('chat')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M5 6.5A2.5 2.5 0 0 1 7.5 4h9A2.5 2.5 0 0 1 19 6.5v6A2.5 2.5 0 0 1 16.5 15H10l-4 4v-4H7.5A2.5 2.5 0 0 1 5 12.5z"/></svg>
|
||||
@break
|
||||
@case('search')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="5.5"/><path d="m16 16 4 4"/></svg>
|
||||
@break
|
||||
@case('users')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M16.5 19a4.5 4.5 0 0 0-9 0"/><circle cx="12" cy="9" r="3"/><path d="M18.5 18a3.5 3.5 0 0 0-2.5-3.36"/><path d="M8 14.64A3.5 3.5 0 0 0 5.5 18"/></svg>
|
||||
@break
|
||||
@case('bell')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M12 4.5a4 4 0 0 0-4 4V11c0 1.4-.5 2.75-1.4 3.82L5.5 16h13l-1.1-1.18A5.74 5.74 0 0 1 16 11V8.5a4 4 0 0 0-4-4Z"/><path d="M10 18a2 2 0 0 0 4 0"/></svg>
|
||||
@break
|
||||
@case('megaphone')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M4 11v2a2 2 0 0 0 2 2h2l3 3V6L8 9H6a2 2 0 0 0-2 2Z"/><path d="M14 8.5a6 6 0 0 1 0 7"/><path d="M16.5 6a9 9 0 0 1 0 12"/></svg>
|
||||
@break
|
||||
@case('user')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="3.5"/><path d="M5.5 19a6.5 6.5 0 0 1 13 0"/></svg>
|
||||
@break
|
||||
@case('document')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M8 3.5h6l4 4V20a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 7 20V5A1.5 1.5 0 0 1 8.5 3.5Z"/><path d="M14 3.5V8h4"/></svg>
|
||||
@break
|
||||
@case('warning')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M12 4 21 20H3z"/><path d="M12 9v4.5"/><circle cx="12" cy="16.5" r=".8" fill="currentColor" stroke="none"/></svg>
|
||||
@break
|
||||
@case('clipboard')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M9 4.5h6"/><path d="M9.5 3h5A1.5 1.5 0 0 1 16 4.5V6h2A1.5 1.5 0 0 1 19.5 7.5v12A1.5 1.5 0 0 1 18 21h-12a1.5 1.5 0 0 1-1.5-1.5v-12A1.5 1.5 0 0 1 6 6h2V4.5A1.5 1.5 0 0 1 9.5 3Z"/></svg>
|
||||
@break
|
||||
@case('clock')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="8"/><path d="M12 7.5V12l3 2"/></svg>
|
||||
@break
|
||||
@case('chart')
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M5 19.5h14"/><path d="M7.5 17V10"/><path d="M12 17V6.5"/><path d="M16.5 17v-4"/></svg>
|
||||
@break
|
||||
@default
|
||||
<svg viewBox="0 0 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="7"/></svg>
|
||||
@endswitch
|
||||
Reference in New Issue
Block a user