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

Editar dependente

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

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