@extends('layouts.app') @section('title', 'Cadastro de Conta a Pagar') @push('styles-custom') @endpush @section('content')

{{ $title }}

{{ $subtitle }}

Passo {{ $step }} de 5
@csrf
Por favor, selecione uma empresa.
@endsection @push('scripts-custom') @include('contas_a_pagar.scripts.create') @endpush