@extends('layouts.backend.master') @section('content')

Questions Control Panel Manage Questions

@include('flash::message')

Questions

{!! Form::label('searchBox', 'Search Keyword', ['class' => 'control-label']) !!} {!! Form::text('searchBox', null, ['class' => 'form-control', 'id' => 'searchBox', 'placeHolder'=> 'Enter Keyword']) !!}
{!! Form::label('searchBox', ' ', ['class' => 'control-label']) !!}

# QuestionNo Question Caption Created At Action
@endsection