@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')
@else
@endif
{!! Form::close() !!}
@if($type == 'accept') @else @endif