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