@extends('layouts.app') @section('content')
@include('sximo.module.tab',array('active'=>'sql','type'=> $type )) {!! Form::open(array('url'=>'sximo/module/savesql/'.$module_name, 'class'=>'form-vertical form-material ' ,'id'=>'SQL' , 'parsley-validate'=>'','novalidate'=>' ')) !!}

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() !!}