unused classname ejected

This commit is contained in:
Burak Civan
2022-06-29 12:49:23 +03:00
parent ba5e729a71
commit a135b25db5
32 changed files with 47 additions and 47 deletions

View File

@ -4,7 +4,7 @@
</x-slot>
<x-slot name="content">
<div class="form-group mb-0">
<div class="mb-0">
<select name="lang" id="lang" size="14" class="w-full form-control-label">
@foreach (language()->allowed() as $code => $name)
<option value="{{ $code }}" @if ($code=='en-GB' ) {{ 'selected="selected"' }} @endif>{{ $name }}</option>