×
@if($type == 'accept')
@lang('modules.estimates.signatureAndConfirmation')
@else
@lang('modules.proposal.rejectConfirm')
@endif
{!! Form::open(['id'=>'acceptProposal','class'=>'ajax-form','method'=>'POST']) !!}
@if($type == 'accept')
@lang('app.fullName')
@lang('modules.lead.email')
@lang('app.signHere')
@lang('app.signHere')
@lang('modules.estimates.undo')
@lang('modules.estimates.clear')
@else
@lang('app.reason') (@lang('app.optional')) :
@endif
{!! Form::close() !!}