×
@lang('modules.estimates.signatureAndConfirmation')
{!! Form::open(['id'=>'acceptEstimate','class'=>'ajax-form','method'=>'POST']) !!}
@lang('modules.estimates.firstName')
@php $fullname = explode(' ', $user->name); $firstName = array_shift($fullname); $fullname = explode(' ', $user->name); $lastName = array_pop($fullname); @endphp
@lang('modules.estimates.lastName')
@lang('modules.lead.email')
@lang('modules.estimates.signature')
@lang('modules.estimates.undo')
@lang('modules.estimates.clear')
{!! Form::close() !!}