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