@extends('layouts.admin') @section('content')

Informações do paciente

@alerts @endalerts
@if ($paciente instanceof App\Models\Servidor)
@endif

@button([ 'route' => 'admin.atendimentos-odontologicos.create', 'routeParams' => ['agendamento' => $agendamento], 'icon' => 'arrow-left', 'label' => 'Voltar', 'class' => 'btn-secondary' ]) @endbutton
@endsection