{!! Form::open(array('url'=>$action, 'class'=>'form-horizontal','id'=>'saveform' , 'parsley-validate'=>'','novalidate'=>' ')) !!}
@if($table !='')
@endif

@if(count($columns) >=1) @foreach($columns as $column) @endforeach @else @endif
Column Name DataType Lenght/Values Default Not Null ? Key A_I Action
{{ $column->Field }} {{ $type }} {{ $length }} {{ $column->Default }} @if($column->Null =='NO') @else @endif @if($column->Key =='PRI') @else @endif @if($column->Extra =='auto_increment') @else @endif
-

@if($table == '') New Field
@else Add New Field @endif {!! Form::close() !!}