“LAVELA LAVER” Respostas de código

LAVELA LAVER

<form action="?" method="get" id="sort_form">
                        @foreach($data['sorts'] as $key=> $sort)
                            <th>
                                <a href="{{ route("admin.review.index") }}?{{ $sort['table'] }}={{ (!is_null(request()->get($sort['table'])) && isset($sort['table']) && request()->get($sort['table']) == "desc") ? "asc" : "desc"}}">
                                    {{ $sort['name'] }}
                                    <i class="bi bi-sort-{{ request()->get($sort['table']) == "asc"?"down":"up"}}"></i>
                                </a>
                            </th>
                        @endforeach
                    </form>
Shadow

LAVELA LAVE

{{  $var === "hello" ? "Hi" : ($var ==="howdie ? "how" : "Goodbye") }}
Shadow

Respostas semelhantes a “LAVELA LAVER”

Perguntas semelhantes a “LAVELA LAVER”

Mais respostas relacionadas para “LAVELA LAVER” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código