@include('admin.module.tab',array('active'=>'sql')) @if(Session::has('message')) {{ Session::get('message') }} @endif
MySQL Statment Editor
{{ Form::open(array('url'=>$module.'/savesql/'.$module_name, 'class'=>'form-vertical ')) }}

Tips ! U can use query builder tool such SQL YOG , PHP MyAdmin , Maestro etc to build your query statment and preview the result ,
then copy the syntac here

Warning ! Please make sure SQL where not empty , for prevent error when user attempt submit SEARCH

{{ Form::close() }}