Merge branch 'master' into form-elements

This commit is contained in:
Burak Civan
2022-07-04 15:10:50 +03:00
committed by GitHub
115 changed files with 973 additions and 419 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 text-black text-sm font-medium">
@foreach (language()->allowed() as $code => $name)
<option value="{{ $code }}" @if ($code=='en-GB' ) {{ 'selected="selected"' }} @endif>{{ $name }}</option>