@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: Cadastro de Pacientes com Fibromialgia") @section('content')
@php $headLine = " Cadastro de Pacientes com Fibromialgia"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.contaAngra.index', 'routeBackParams' => [], 'nameBack' => __("Voltar"), "permission" => "GERENCIADOR_DE_CONTA_ANGRA", ])
@include("errors.messageFlash") @include('components.modal._modelProfile')
@include('admin.saude.fibromialgia.perfil.institucional') @if($user->fibromialgia?->exists) fibromialgia->id) }}"> {{ __("Você já fez a adesão ao cadastro de Paciente com Fibromialgia, deseja acessar a Página de Acompanhamento?") }} @else @include('components.modal._modalConfirmAdesao', [ 'route' => 'admin.adesao.fibromialgia']) @endif
@endsection