refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<select name="currency_id" id="currency_id" class="form-control" required>
|
||||
@foreach ( $currencies as $currency )
|
||||
@if ($currency->id == $selectionID)
|
||||
<option value="{{ $currency->id }}" selected>{{ $currency->name }}</option>
|
||||
@else
|
||||
<option value="{{ $currency->id }}" >{{ $currency->name }}</option>
|
||||
@endif
|
||||
@endforeach
|
||||
</select>
|
||||
Reference in New Issue
Block a user