@extends('layouts.app', ['title' => 'Nova Proposta']) @section('content')

Nova Proposta

Voltar
{!!Form::open() ->post() ->route('planejamento-custo.proposta-store', [$item->id]) !!}
@include('planejamento_custo._forms_proposta')
{!!Form::close()!!} @include('modals._novo_cliente')
@endsection @section('js') @endsection