This commit is contained in:
Izuddin
2022-09-02 01:33:18 +07:00
parent 44889232af
commit ec1d2eb4ab
18 changed files with 152 additions and 42 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<div class="error-page text-center">
<h1>S I D A T A</h1>
<h2 style="letter-spacing:3px;">Sistem Informasi Dana Transfer</h2>
<img src="{{ URL::to('/sidata.png') }}" style="width:400px; height:370px; opacity:.1; margin:20px 0;">
<img src="{{ URL::to('/sidata.png') }}" style="width:300px; height:270px; opacity:.1; margin:20px 0;">
<h5 style="letter-spacing:3px;" class="text-muted mb-4">Tahun Anggaran {{ !empty(Session::get('Tahun_Anggaran'))?Session::get('Tahun_Anggaran'):date("Y") }}<br>Badan Pengelola Keuangan Daerah<br>Provinsi DKI Jakarta</h5>
</div>
</div>