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

Incluir convênio

@csrf @alerts @endalerts
@include('components.endereco') @include('components.telefone', ['name' => 'telefone[0]', 'obrigatorio' => true, 'valor' => old('telefone.0.numero')]) @include('components.telefone', ['name' => 'telefone[1]', 'tipoTelefone' => 'celular', 'valor' => old('telefone.1.numero')])

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