Added settings for translation into other languages in the project.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<div class="mb-4">
|
||||
<label for="form-select-{{ $requestName }}">{{ $title }}</label>
|
||||
@if(!empty($title))
|
||||
<label for="form-select-{{ $requestName }}">{{ $title }}</label>
|
||||
@endif
|
||||
<select id="form-select-{{ $requestName }}" aria-label="{{ $title }}" class="form-select @error($requestName) is-invalid @enderror" name="{{ $name }}" {{ $attributes }}>
|
||||
{{ $slot }}
|
||||
@foreach($list as $elementKey => $elementValue)
|
||||
|
Reference in New Issue
Block a user