Perbaikan minor pada member
This commit is contained in:
@@ -94,6 +94,8 @@ class="btn btn-light btn-lg w-100">
|
||||
<i class="mdi mdi-printer btn-icon-append"></i>
|
||||
</button>
|
||||
</div>
|
||||
{{-- {{ dd($filterSelect['softsetting']) }} --}}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@@ -140,7 +142,7 @@ class="btn btn-light btn-lg w-100">
|
||||
<script src="{{ asset('js/select2.js') }}"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
let location = @json($filterSelect['softsetting'] ?? '');
|
||||
let location = @json(collect($locationSettings ?? [])->except('logo'));
|
||||
console.log(location?.namaperusahaan);
|
||||
|
||||
let awal = '';
|
||||
|
||||
Reference in New Issue
Block a user