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