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

Incluir dependente

@csrf @alerts @endalerts

@button([ 'icon' => 'save', 'label' => 'Salvar', 'class' => 'btn-primary' ]) @endbutton @button([ 'route' => $routes['dependente']['index']['route'], 'routeParams' => $routes['dependente']['index']['params'], 'icon' => 'arrow-left', 'label' => 'Voltar', 'class' => 'btn-secondary' ]) @endbutton
@endsection