@extends('layouts.app') @section('title', 'Configuração de Parcelas') @push('styles-custom') @endpush @section('content')

{{ $title }}

{{ $subtitle }}

Passo {{ $step }} de 6
@csrf
@include('contratos.partials.parcelas-form', ['uniqueId' => uniqid()])
@endsection @push('scripts-custom') @include('contratos.scripts.custom-scripts-parcelas') @endpush