@extends('template') @section('content')
@if($proposta->exibeBotao)
{!! Form::open(['route' => 'proposta.retorno', 'method' => 'post', 'id'=>'sendMail']) !!} {!! Form::hidden('id', $proposta->id) !!} Recusar {!! Form::close() !!}
@endif
{!! $proposta->proposta_pronta !!}
@stop()