File manager - Edit - /var/www/html/navegueLegal/resources/views/tabs/guias.blade.php
Back
<section class="py-5"> <div class="container"> <div class="d-flex justify-content-center mb-4"> <div class="input-group search-box"> <span class="input-group-text"><i class="fa fa-search"></i></span> <input type="text" class="form-control search-input" placeholder="{{ __("Digite para buscar...") }}"> </div> </div> <div class="table-responsive"> <table class="table table-striped table-hover searchable-table"> <thead> <tr> <th>{{ __("Nome") }} <small>{{ __("do Guia de Turismo") }}</small></th> <th>{{ __("CPF") }}</th> <th>{{ __("Telefone") }}</th> <th>{{ __("Categoria") }}</th> </tr> </thead> <tbody> @forelse ($guias as $guia) <tr> <td>{{ $guia->user?->firstName }} {{ $guia->user?->lastName }}</td> <td>{{ $guia->user?->cpf_anon }}</td> <td>{{ $guia->user?->phoneNumber }}</td> <td> @foreach(App\Enums\StatusGuia::cases() as $status) @if($guia->categoria == $status->name) {{ $status->value }} @endif @endforeach </td> </tr> @empty <tr class="no-result"> <td colspan="3" class="text-center">{{ __("Nenhum Guia de Turismo Encontrado.") }}</td> </tr> @endforelse </tbody> </table> </div> </div> </section>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings