@extends('layouts.admin') @push('css') @endpush @push('js') @endpush @section('content')

Incluir agendamento {{ $tipo->getValue() }}

@csrf @alerts @endalerts
@if ($tipo->isOdontologico())
@endif
@if ($tipo->isOdontologico())
@endif

@button([ 'icon' => 'save', 'label' => 'Salvar', 'class' => 'btn-primary' ]) @endbutton @button([ 'route' => 'admin.agendamentos-atendimentos.index', 'routeParams' => ['tipo' => $tipo->getName()], 'icon' => 'arrow-left', 'label' => 'Voltar', 'class' => 'btn-secondary' ]) @endbutton
@endsection