crud->setShowContentClass('class-string') 'contentClass' => 'col-md-8', // Automatically add all columns from the db table? 'setFromDb' => true, // Automatically add created_at and updated_at columns, if model has timestamps? 'timestamps' => true, // If model has SoftDeletes, allow the admin to access the Show page for // soft deleted items & add a deleted_at column to ShowOperation? 'softDeletes' => false, ];