File manager - Edit - /var/www/html/navegueLegal/resources/views/tabs/embarcacoes.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 da Embarcação") }}</th> <th>{{ __("Agência") }}</th> <th>{{ __("CNPJ") }}</th> <th>{{ __("Lotação Máxima") }}</th> <th>{{ __("Selo") }}</th> </tr> </thead> <tbody> @forelse ($embarcacoes as $embarcacao) <tr> <td>{{ $embarcacao["nome_embarcacao"] }}</td> <td>{{ $embarcacao["empresa_turismo"] }}</td> <td>{{ $embarcacao["cnpj_empresa"] }}</td> <td class="text-center">{{ $embarcacao["lotacao"] }}</td> <td class="text-center">{{ $embarcacao["selo"] }}</td> </tr> @empty <tr class="no-result"> <td colspan="4" class="text-center">{{ __("Nenhuma Embarcação Encontrada.") }}</td> </tr> @endforelse </tbody> </table> </div> </div> </section>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings