Update (composer)
Update (footer + navigation): Add checks to hide locale select if less than 2
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
<div class="col-md-5 offset-md-1 mb-3">
|
||||
|
||||
|
||||
@if($country_locales->count() > 1)
|
||||
<div class="dropdown mb-4">
|
||||
<button class="btn btn-outline-primary dropdown-toggle" type="button" id="dropdownMenuSwitch"
|
||||
data-bs-toggle="dropdown" aria-expanded="false">
|
||||
@@ -45,6 +47,7 @@
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<form>
|
||||
<h5>Subscribe to our newsletter</h5>
|
||||
|
||||
Reference in New Issue
Block a user