The Message the Convention feature is currently being worked on by the developer and is unavailable. Will return soon.
{!! Form::open(['url' => '/support/create-ticket']) !!}
{{ Form::hidden('form_id', 1)}}
@if(isset(Auth::user()->id))
{{ Form::hidden('user_id', Auth::user()->id)}}
@else
{{ Form::hidden('user_id', 0)}}
@endif
{{ Form::hidden('application_id', env('APPLICATION_ID'))}}
Please be as specific as possible. If you are reporting an error, tell us what page you were on, what you were trying to do, what happened, and what you expected to happen.