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