@if( config('handesk.roadmap') ) @if($ticket->getIdeaId())
$ticket->getIdeaId()])}}" target="_blank"> @icon(lightbulb-o) {{ __('ticket.seeIdea') }}
@else
{{ Form::open(["url" => route('tickets.idea.store', $ticket)]) }} {{ Form::close() }}
@endif @endif