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

Atender

@csrf @alerts @endalerts

@button([ 'icon' => 'save', 'label' => 'Salvar', 'class' => 'btn-primary' ]) @endbutton @button([ 'route' => 'admin.atendimentos-odontologicos.paciente', 'routeParams' => ['agendamento' => $agendamento], 'target' => '_blank', 'icon' => 'user', 'label' => 'Paciente', 'class' => 'btn-secondary' ]) @endbutton @button([ 'route' => 'admin.atendimentos-odontologicos.historico', 'routeParams' => ['agendamento' => $agendamento], 'target' => '_blank', 'icon' => 'list', 'label' => 'Histórico', 'class' => 'btn-secondary' ]) @endbutton @button([ 'route' => 'admin.anamnese-atendimento.create-edit', 'routeParams' => ['pessoa' => $paciente, 'tipo' => $paciente->tipo(), 'agendamento' => $agendamento->id], 'icon' => 'clipboard', 'label' => 'Anamnese', 'class' => 'btn-secondary' ]) @endbutton @button([ 'route' => 'admin.atendimentos-odontologicos.index', 'icon' => 'arrow-left', 'label' => 'Voltar para atendimentos', 'class' => 'btn-secondary' ]) @endbutton
@endsection