Perbaikan minor

This commit is contained in:
pand03
2026-03-09 15:12:19 +07:00
parent 13b736ccd2
commit cc07aa0df7
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ public function laporanStikerHarian()
'filterSelect' => [ 'filterSelect' => [
'jenisLangganan' => DB::table('jenis_langganan')->get(), 'jenisLangganan' => DB::table('jenis_langganan')->get(),
'jenisStiker' => DB::table('stasiunkerja')->get(), 'jenisStiker' => DB::table('stasiunkerja')->get(),
'softsetting' => DB::table('softseting')->first(),
] ]
]); ]);
} }

View File

@@ -140,7 +140,7 @@ class="btn btn-light btn-lg w-100">
<script src="{{ asset('js/select2.js') }}"></script> <script src="{{ asset('js/select2.js') }}"></script>
<script> <script>
$(document).ready(function () { $(document).ready(function () {
let location = @json($locationSettings); let location = @json($filterSelect['softsetting']);
console.log(location.namaperusahaan); console.log(location.namaperusahaan);
let awal = ''; let awal = '';