@extends('layouts.app') @section('title', 'Objeto do Contrato') @push('styles-custom') {{-- --}} @endpush @section('content')

{{ $title }}

{{ $subtitle }}

Passo {{ $step }} de 6
@include('contratos.partials.objeto-form')
@include('contratos.partials.modal-adicionar-evento') @endsection @push('scripts-custom') @include('contratos.scripts.custom-scripts-objeto') @include('contratos.scripts.custom-scripts-modal-adicionar-evento') @endpush