@if (isset($call))
{!! Form::model($call, ['url' => $type . '/' . $call->id, 'id'=>'call', 'method' => 'put', 'files'=> true]) !!}
@else
{!! Form::open(['url' => $type, 'id'=>'call', 'method' => 'post', 'files'=> true]) !!}
@endif
@if(Request::is('call/create'))
@endif
@if (isset($call))
@if(is_int($call->company_id) && $call->company_id>0)
@else
@endif
@endif
{!! Form::close() !!}