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