File manager - Edit - /var/www/html/portalHomolog/resources/views/admin/saude/fibromialgia/chamados/abertos.blade.php
Back
@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Fibromialgia - Chamados Abertos") @section('content') <div class="card shadow-sm border-0"> @php $headLine = "<i class='fa-solid fa-user-injured'></i> Fibromialgia <i class='fa-solid fa-headset'></i> Chamados Abertos"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.saude.fibromialgia.index', 'routeBackParams' => [], 'nameBack' => __("Voltar"), 'routeAdd' => 'admin.saude.fibromialgia.chamados.fechados', 'routeAddParams' => [], 'nameAdd' => __('Chamados finalizados'), 'fontawesomeAdd' => "<i class='fa-solid fa-headset'></i>", "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ]) <div class="card-body"> @include("errors.messageFlash") @include('components/forms/_filtroPesquisaDefault', [ "id" => "chamadosAbertos", "placeholder" => "Pesquisar atendimento..." ]) <x-tables._table :thead="['Protocolo','Criado em','Usuário','Assunto', 'Andamento', 'Ações']" :pagination="$chamados->links()"> <x-slot name="body"> @php $index = 0; @endphp @foreach($chamados as $chamado) <tr> <td>{{ $chamado->numeroChamado }}</td> <td>{{ date("d/m/Y H:i", strtotime($chamado->created_at)) }}</td> <td>{{ $chamado->user->name }}</td> <td>{{ $chamado->assunto }}</td> <td>{{ $chamado->statusChamado }}</td> <td> <div class="d-flex gap-2 justify-content-center"> @include('components.buttons._editButton', [ "route" => "admin.saude.fibromialgia.chamados.show", "id" => $chamado->id, "title" => "Página de Acompanhamento", "fontawesome" => "<i class='fa-solid fa-eye'></i>", "permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA", ]) </div> </td> </tr> @php $index++; @endphp @endforeach </x-slot> </x-tables._table> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings