Skip to content

Commit

Permalink
Merge pull request #48 from bdsumon4u/dev
Browse files Browse the repository at this point in the history
BugFix: Control ShowTopbarPhone
  • Loading branch information
bdsumon4u authored May 6, 2024
2 parents 201e254 + 290224c commit fd2abcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/admin/settings/others.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
<div class="mt-2 d-flex flex-wrap" style="row-gap: .25rem; column-gap: .75rem;">
<div class="checkbox checkbox-secondary">
<input type="hidden" name="show_option[topbar_phone]" value="0">
<x-checkbox id="show-track-order" name="show_option[topbar_phone]" value="1"
<x-checkbox id="show-topbar-phone" name="show_option[topbar_phone]" value="1"
:checked="!!($show_option->topbar_phone ?? false)" />
<label for="show-track-order" class="my-1">`Topbar Phone` Option</label>
<label for="show-topbar-phone" class="my-1">`Topbar Phone` Option</label>
</div>
<div class="checkbox checkbox-secondary">
<input type="hidden" name="show_option[track_order]" value="0">
Expand Down

0 comments on commit fd2abcb

Please sign in to comment.