update
parent
62de7b7477
commit
af73c45286
|
@ -0,0 +1,4 @@
|
|||
.env
|
||||
vendor
|
||||
|
||||
public/uploads
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
*.sqlite*
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -52,7 +52,7 @@
|
|||
<div class="d-flex flex-row justify-content-between align-items-center">
|
||||
<div>
|
||||
<span class="m-0 l-h-n text-white">Penghargaan Terakhir</span> <br><br>
|
||||
<h3 class="f20 fw-700 text-white"><span class="f12 fw-500">{{getPenghargaanTerakhir(session('sekolah_id'))}}</span> </h3>
|
||||
<h3 class="f20 fw-700 text-white"><span class="f12 fw-500">{{@getPenghargaanTerakhir(session('sekolah_id'))}}</span> </h3>
|
||||
</div>
|
||||
<div>
|
||||
<div class="p-2 bg-white rounded-circle">
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
compiled.php
|
||||
config.php
|
||||
down
|
||||
events.scanned.php
|
||||
maintenance.php
|
||||
routes.php
|
||||
routes.scanned.php
|
||||
schedule-*
|
||||
services.json
|
Loading…
Reference in New Issue