{{ Lang::get('core.btn_back') }} @if($access['is_add'] ==1)  {{ Lang::get('core.btn_edit') }} @endif @if($access['is_remove'] ==1)  {{ Lang::get('core.btn_remove') }} @endif
{{ Form::open(array('url'=>'blogadmin/destroy/', 'class'=>'form-horizontal' ,'ID' =>'SximoTable' )) }}
{{ Form::close() }}
CatID {{ SiteHelpers::gridDisplayView($row->CatID,'CatID','1:tb_blogcategories:CatID:name') }}
Title {{ $row->title }}
Slug {{ $row->slug }}
Created {{ $row->created }}
Status {{ $row->status }}