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

Editar atendimento

@csrf @method('PUT') @alerts @endalerts

@button([ 'icon' => 'save', 'label' => 'Salvar', 'class' => 'btn-primary' ]) @endbutton @button([ 'route' => 'admin.atendimentos-odontologicos.index', 'icon' => 'arrow-left', 'label' => 'Lista atendimentos', 'class' => 'btn-secondary' ]) @endbutton @button([ 'route' => 'admin.agendamentos-atendimentos.show', 'routeParams' => ['agendamento' => $atendimento->agendamento], 'icon' => 'arrow-left', 'label' => 'Agendamento', 'class' => 'btn-secondary' ]) @endbutton
@endsection