@extends('themes.default1.layouts.blank') @section('HeadInclude') @stop @section('PageHeader') @stop @section('breadcrumbs') @stop @section('content') encrypt(csrf_token()); ?> {!! Form::open(['action'=>'Guest\FormController@postedForm','method'=>'post']) !!}

Ticket {!! Form::submit(Lang::get('lang.send'),['class'=>'form-group btn btn-primary pull-right'])!!}

{!! Form::label('help_topic',Lang::get('lang.help_topic')) !!} {!! $errors->first('help_topic', ':message') !!} {!!Form::select('help_topic', [''=>'Select a Topic','Topics'=>'default Topic'],null,['id'=>'selectid','class' => 'form-control']) !!}
@stop