@extends('layouts.admin.theme')
@section('title', env('APP_NAME') . ' :: Lista de Pacientes com Fibromialgia')
@push('scripts')
@endpush
@section('content')
@php $headLine = " Lista de Pacientes com Fibromialgia"; @endphp
@include('components.buttons._headLineButtonsBackAdd', [
'headLine' => __($headLine),
'routeAdd' => 'admin.saude.fibromialgia.verify',
'routeAddParams' => [],
'nameAdd' => __('Novo paciente'),
'routeOther' => "admin.saude.fibromialgia.chamados.abertos",
'nameOther' => __('Chamados'),
'fontawesomeOther' => "",
"permission" => "GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA",
])
@if (auth()->user()->getPermissaoDetalhes("GERENCIADOR_DO_CADASTRO_DE_PACIENTES_COM_FIBROMIALGIA")['visualizar'])
{{-- Modal de Exportação com formulário interno --}}
@endif
@include("errors.messageFlash")
@include('components/forms/_filtroPesquisaDefault', [
"id" => "cadastroDeUsuario",
"placeholder" => "Pesquisar por paciente com fibromialgia..."
])
@php $index = 0; @endphp
@foreach($pacientes as $paciente)