@if (isset($lead))
{!! Form::model($lead, ['url' => $type . '/' . $lead->id, 'method' => 'put', 'id'=>'lead', 'files'=> true]) !!}
@else
{!! Form::open(['url' => $type, 'method' => 'post', 'files'=> true,'id'=>'lead']) !!}
@endif
{!! Form::label('additionl_info', trans('lead.additionl_info'), ['class' => 'control-label']) !!}
{!! Form::close() !!}